add variables to the documentation forwq oauth2 (#444)
This commit is contained in:
parent
f179e74a4a
commit
35cfb50955
|
@ -276,6 +276,20 @@ For more information about how to use social logins, see: `Satellizer <https://g
|
||||||
|
|
||||||
PING_CLIENT_ID = "client-id"
|
PING_CLIENT_ID = "client-id"
|
||||||
|
|
||||||
|
.. data:: PING_REDIRECT_URI
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
PING_REDIRECT_URI = "https://<yourlemurserver>/api/1/auth/ping"
|
||||||
|
|
||||||
|
.. data:: PING_AUTH_ENDPOINT
|
||||||
|
:noindex:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
PING_AUTH_ENDPOINT = "https://<yourpingserver>/oauth2/authorize"
|
||||||
|
|
||||||
.. data:: GOOGLE_CLIENT_ID
|
.. data:: GOOGLE_CLIENT_ID
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue