1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Get rid of legacy JWKS store

This commit is contained in:
Quentin Gliech
2022-08-29 18:29:22 +02:00
parent 84c793dae0
commit 2c400d4cc1
16 changed files with 328 additions and 889 deletions

View File

@@ -30,8 +30,5 @@ pub use futures_util::future::Either;
pub use self::{
jwt::{DecodedJsonWebToken, JsonWebSignatureHeader, JsonWebTokenParts, Jwt, JwtSignatureError},
keystore::{
DynamicJwksStore, SharedSecret, SigningKeystore, StaticJwksStore, StaticKeystore,
VerifyingKeystore,
},
keystore::{SigningKeystore, StaticKeystore, VerifyingKeystore},
};