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
Initial GraphQL API
This commit is contained in:
@@ -25,7 +25,7 @@ use ulid::Ulid;
|
||||
use crate::CookieExt;
|
||||
|
||||
/// An encrypted cookie to save the session ID
|
||||
#[derive(Serialize, Deserialize, Debug, Default)]
|
||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||
pub struct SessionInfo {
|
||||
current: Option<Ulid>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user