mirror of
1
Fork 0
gotosocial/internal/api/auth
tobi e032c959e1
[feature] Implement /oauth/revoke for token revocation (#3983)
2025-04-10 16:24:17 +02:00
..
auth.go [feature] Implement /oauth/revoke for token revocation (#3983) 2025-04-10 16:24:17 +02:00
auth_test.go [feature] Implement /oauth/revoke for token revocation (#3983) 2025-04-10 16:24:17 +02:00
authorize.go [feature] add TOTP two-factor authentication (2FA) (#3960) 2025-04-07 16:14:41 +02:00
authorize_test.go [chore] Use generic pointer function (#2080) 2023-08-07 18:38:11 +01:00
callback.go [feature] add TOTP two-factor authentication (2FA) (#3960) 2025-04-07 16:14:41 +02:00
callback_test.go [feature/oidc] Add support for very basic RBAC (#2642) 2024-02-27 16:07:29 +01:00
oob.go [feature] add TOTP two-factor authentication (2FA) (#3960) 2025-04-07 16:14:41 +02:00
revoke.go [feature] Implement /oauth/revoke for token revocation (#3983) 2025-04-10 16:24:17 +02:00
revoke_test.go [feature] Implement /oauth/revoke for token revocation (#3983) 2025-04-10 16:24:17 +02:00
signin.go [feature] add TOTP two-factor authentication (2FA) (#3960) 2025-04-07 16:14:41 +02:00
token.go [performance] cached oauth database types (#2838) 2024-04-15 14:22:21 +01:00
token_test.go [feature] Refactor tokens, allow multiple app redirect_uris (#3849) 2025-03-03 15:03:36 +00:00
util.go [feature] add TOTP two-factor authentication (2FA) (#3960) 2025-04-07 16:14:41 +02:00