Co-authored-by: Pomax <pomax@nihongoresources.com>
This commit is contained in:
Jason Cooke 2020-02-28 08:36:16 +13:00 коммит произвёл GitHub
Родитель bcc91daedf
Коммит 2c45c8d8d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ All routes, including those with the `/api/pulse/` prefix should include a versi
### `GET /login?original_url=<url>`
This will kick off a Google OAuth2 login process. This process is entirely based on browser redirects, and once this process completes the user will be redirect to `original_url` with an additional url query argument `loggedin=True` or `loggedin=False` depending on whether the login attemp succeeded or not.
This will kick off a Google OAuth2 login process. This process is entirely based on browser redirects, and once this process completes the user will be redirect to `original_url` with an additional url query argument `loggedin=True` or `loggedin=False` depending on whether the login attempt succeeded or not.
### `GET /logout`