gotosocial/internal/api/client/user
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
..
emailchange.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
emailchange_test.go [feature] Push notifications (#3587) 2025-01-23 16:47:30 -08:00
passwordchange.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
passwordchange_test.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
user.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
user_test.go [feature] Refactor tokens, allow multiple app redirect_uris (#3849) 2025-03-03 15:03:36 +00:00
userget.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00