1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00
nginx-sso/plugins
Knut Ahlers 93d242c404
Fix: Google not returning refresh tokens
which then causes logins with duration of more than 60m to time out and
not be able to refresh as of the missing refresh token. The "offline"
access type should ensure the token always contains a refresh token and
the user can be active for longer than 60m.

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-05-13 21:23:14 +02:00
..
auth Fix: Google not returning refresh tokens 2019-05-13 21:23:14 +02:00
mfa Move MFA plugins to own modules 2019-04-22 06:44:06 +02:00
auth.go Modernize login dialog 2019-04-22 19:43:56 +02:00
cookie.go Prepare moving auth plugins to own modules 2019-04-21 16:58:06 +02:00
errors.go Export errors for usage in plugins 2019-02-22 00:27:02 +01:00
mfa.go Move MFA plugins to own modules 2019-04-22 06:44:06 +02:00
register.go Add plugin support (#38) 2019-02-22 00:10:43 +01:00