You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/tutorial_01.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,8 @@ again to the consumer service.
138
138
139
139
Possible errors:
140
140
141
-
* loginTemplate: If you are not redirected to the correct page after logging in successfully,
142
-
you probably need to `setup your login template correctly`__.
143
-
* invalid client: client id and client secret needs to be correct. Secret cannot be copied from Django admin after creation.
141
+
* loginTemplate: If you are not redirected to the correct page after logging in successfully, you probably need to `setup your login template correctly`__.
142
+
* invalid client: client id and client secret needs to be correct. Secret cannot be copied from Django admin after creation.
144
143
(but you can reset it by pasting the same random string into Django admin and into Postman, to avoid recreating the app)
145
144
* invalid callback url: Add the postman link into your app in Django admin.
146
145
* invalid_request: Use "Authorization Code (With PCKE)" from postman or disable PKCE in Django
0 commit comments