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
Replace serde_with's base64 encoding / decoding with a custom wrapper (#1526)
Co-authored-by: Quentin Gliech <quenting@element.io>
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(clippy::missing_errors_doc, clippy::module_name_repetitions)]
|
||||
|
||||
mod base64;
|
||||
pub mod claims;
|
||||
pub mod constraints;
|
||||
pub mod jwa;
|
||||
pub mod jwk;
|
||||
pub mod jwt;
|
||||
|
||||
pub use self::base64::Base64;
|
||||
|
||||
Reference in New Issue
Block a user