gotosocial/internal/api/auth
tobi 1b37944f8b
[feature] Refactor tokens, allow multiple app redirect_uris (#3849)
* [feature] Refactor tokens, allow multiple app redirect_uris

* move + tweak handlers a bit

* return error for unset oauth2.ClientStore funcs

* wrap UpdateToken with cache

* panic handling

* cheeky little time optimization

* unlock on error
2025-03-03 15:03:36 +00:00
..
auth.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
auth_test.go [feature] Refactor tokens, allow multiple app redirect_uris (#3849) 2025-03-03 15:03:36 +00:00
authorize.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
authorize_test.go [chore] Use generic pointer function (#2080) 2023-08-07 18:38:11 +01:00
callback.go [bugfix] Suggest lowercase username when creating via OIDC (#3780) 2025-02-11 09:42:35 +01:00
callback_test.go [feature/oidc] Add support for very basic RBAC (#2642) 2024-02-27 16:07:29 +01:00
oob.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01:00
signin.go [chore] Refactor HTML templates and CSS (#2480) 2023-12-27 11:23:52 +01: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