Module components

Source
Expand description

Components used when rendering HTML

Re-exports§

pub use authenticated::*;
pub use failure::*;
pub use noauth::*;
pub use use_authentication::*;

Modules§

authenticated
The Authenticated component
context
The main, wrapping OAuth2 component
failure
The Failure component
noauth
The NotAuthenticated component
redirect
Components for redirecting the user
use_authentication
The UseAuthentication component