gotosocial/internal/processing/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
..
create.go [chore] migrate oauth2 -> codeberg (#3857) 2025-03-02 16:42:51 +01:00
create_test.go [bugfix] Fix POST to create account endpoint (#3767) 2025-02-09 13:52:52 +01:00
delete.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
email.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
email_test.go [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
get.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
password.go [chore] Admin CLI + new account creation refactoring (#2008) 2023-07-23 12:33:17 +02:00
password_test.go [chore] Admin CLI + new account creation refactoring (#2008) 2023-07-23 12:33:17 +02:00
user.go [bugfix] Fix POST to create account endpoint (#3767) 2025-02-09 13:52:52 +01:00
user_test.go [feature] Refactor tokens, allow multiple app redirect_uris (#3849) 2025-03-03 15:03:36 +00:00