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
a965e488e29987d93c830d45d6a867eb0e8974c1
authentication-service
/
crates
/
handlers
/
src
/
oauth2
History
Quentin Gliech
a965e488e2
Support private_key_jwt client auth
...
Which includes having a verifying keystore out of JWKS (and soon out of a JWKS URI)
2022-01-05 21:07:18 +01:00
..
authorization.rs
Cut down a lot on compilation time
2021-12-17 19:55:22 +01:00
discovery.rs
Cut down a lot on compilation time
2021-12-17 19:55:22 +01:00
introspection.rs
Cut down a lot on compilation time
2021-12-17 19:55:22 +01:00
keys.rs
Support private_key_jwt client auth
2022-01-05 21:07:18 +01:00
mod.rs
New JWT/JOSE crate
2022-01-04 22:28:00 +01:00
token.rs
New JWT/JOSE crate
2022-01-04 22:28:00 +01:00
userinfo.rs
Cut down a lot on compilation time
2021-12-17 19:55:22 +01:00