Extract user information from session

This commit is contained in:
2025-03-18 22:44:52 +01:00
parent ecd44dc16d
commit d5bb1acbcb
7 changed files with 108 additions and 6 deletions

View File

@ -1,3 +1,6 @@
/// Header used to authenticate API requests made using a token
pub const API_TOKEN_HEADER: &str = "X-Auth-Token";
/// Session-specific constants
pub mod sessions {
/// OpenID auth session state key