mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 04:05:09 +02:00
todo
This commit is contained in:
@ -106,9 +106,9 @@ impl Session {
|
||||
}
|
||||
/// Get a the session key itself from the overall session.
|
||||
///
|
||||
/// Needs to be implemented
|
||||
/// Retrieve the overall session key
|
||||
pub fn get_session_key(&self) -> secrecy::Secret<SessionKey> {
|
||||
let key = self.0.borrow().session_key.clone();
|
||||
let key = todo!("populate key somehow");
|
||||
secrecy::Secret::new(key)
|
||||
}
|
||||
/// Get all raw key-value data from the session.
|
||||
|
Reference in New Issue
Block a user