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

Claims handling in JOSE library

This commit is contained in:
Quentin Gliech
2022-01-10 17:41:48 +01:00
parent f0a7e96875
commit 5631300dc3
5 changed files with 695 additions and 71 deletions

View File

@@ -19,7 +19,7 @@
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::module_name_repetitions)]
mod claims;
pub mod claims;
pub(crate) mod iana;
pub(crate) mod jwk;
pub(crate) mod jwt;