1
0
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:
Quentin Gliech
2022-09-01 17:47:12 +02:00
parent 6818316a11
commit 1f0e273ac3
5 changed files with 45 additions and 7 deletions

View File

@@ -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;