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
Make the JWK generic over the parameters
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
pub mod claims;
|
||||
pub mod constraints;
|
||||
pub mod hmac;
|
||||
pub(crate) mod jwk;
|
||||
pub mod jwk;
|
||||
pub(crate) mod jwt;
|
||||
mod keystore;
|
||||
pub(crate) mod rsa;
|
||||
|
||||
Reference in New Issue
Block a user