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
Authenticatedcomponent - context
- The main, wrapping
OAuth2component - failure
- The
Failurecomponent - noauth
- The
NotAuthenticatedcomponent - redirect
- Components for redirecting the user
- use_
authentication - The
UseAuthenticationcomponent