Skip to main content

custom_session

Function custom_session 

Source
pub fn custom_session<F>(handler: F) -> AuthPlugin
where F: Fn(CustomSessionInput) -> CustomSessionFuture<'static> + Send + Sync + 'static,
Expand description

Create a custom session plugin with default options.