This website requires JavaScript.
Explore
Help
Sign In
matrix
/
authentication-service
Watch
1
Star
0
Fork
0
You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced
2025-11-20 12:02:22 +03:00
Code
Activity
Files
b9edbda5e169b09e18ab8bb6b51ac15faed810a3
authentication-service
/
crates
/
handlers
/
src
/
oauth2
History
Quentin Gliech
b9edbda5e1
Advertise the client_credentials grant in the discovery document
2023-09-06 09:35:34 +02:00
..
authorization
storage: add a method to create an OAuth 2.0 session for a client credentials grant
2023-09-06 09:35:34 +02:00
consent.rs
Make sure we validate passwords & emails by the policy at all stages
2023-08-30 19:39:39 +02:00
discovery.rs
Advertise the client_credentials grant in the discovery document
2023-09-06 09:35:34 +02:00
introspection.rs
storage: add a method to create an OAuth 2.0 session for a client credentials grant
2023-09-06 09:35:34 +02:00
keys.rs
Log more errors and setup Sentry integration
2023-01-30 18:04:44 +01:00
mod.rs
Remove the last authentication from the browser session model
2023-07-21 19:50:30 +02:00
registration.rs
Make sure we validate passwords & emails by the policy at all stages
2023-08-30 19:39:39 +02:00
revoke.rs
storage: add a method to create an OAuth 2.0 session for a client credentials grant
2023-09-06 09:35:34 +02:00
token.rs
Implement the client credentials grant
2023-09-06 09:35:34 +02:00
userinfo.rs
data-model: Make the user_id optional in the OAuth 2.0 sessions
2023-09-06 09:35:34 +02:00
webfinger.rs
Log more errors and setup Sentry integration
2023-01-30 18:04:44 +01:00