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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ again to the consumer service.
139
139
Possible errors:
140
140
141
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.
142
+
* invalid client: client id and client secret needs to be correct. Secret cannot be copied from Django admin after creation.
143
143
(but you can reset it by pasting the same random string into Django admin and into Postman, to avoid recreating the app)
144
144
* invalid callback url: Add the postman link into your app in Django admin.
145
145
* invalid_request: Use "Authorization Code (With PCKE)" from postman or disable PKCE in Django
0 commit comments