glum/auth
Types
pub type AuthError {
FailedSigningIn(message: String)
}
Constructors
-
FailedSigningIn(message: String)
pub type AuthEvent {
SignedIn(user: User)
SignedOut
Failed(AuthError)
}
Constructors
-
SignedIn(user: User)
-
SignedOut
-
Failed(AuthError)