dendrite/clientapi/auth
Hannes Kohlsaat 4954427ed7 refactoring user interactive auth:
- making members private as they aren't used outside of the package and in order to protect from concurrent writes
- make the mutex protect the sessions only as they are written to concurrently
2024-10-09 21:16:24 +02:00
..
authtypes Add tests for /turnServer, /capabilities and /3pid/ (#3038) 2023-04-03 21:42:46 +02:00
auth.go Move MakeJoin logic to GMSL (#3081) 2023-05-17 00:33:27 +00:00
login.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
login_application_service.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
login_test.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
login_token.go Move MakeJoin logic to GMSL (#3081) 2023-05-17 00:33:27 +00:00
password.go Move json errors over to gmsl (#3080) 2023-05-09 22:46:49 +00:00
user_interactive.go refactoring user interactive auth: 2024-10-09 21:16:24 +02:00
user_interactive_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00