Struct rocket_simpleauth::dummy::DummyAuthenticator [] [src]

pub struct DummyAuthenticator {}

Trait Implementations

impl Authenticator for DummyAuthenticator
[src]

COOKIE_IDENTIFIER: &'static str = "dummy.sessionid"

the identifier used to denote the session cookie

a function that returns a user_id in the form a String

a function that checks if the user pass combination is valid and if it is returns true and an instance of itself Read more