You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
JWT response wrapper
Helps replying with a JWT to a request, with a `Content-Type: application/jwt` header
This commit is contained in:
@@ -21,6 +21,7 @@ pub mod client_authorization;
|
||||
pub mod cookies;
|
||||
pub mod csrf;
|
||||
pub mod fancy_error;
|
||||
pub mod jwt;
|
||||
pub mod session;
|
||||
pub mod user_authorization;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user