Extract user information from session
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user