Skip to main content

Crate rustauth_actix_web

Crate rustauth_actix_web 

Source
Expand description

Actix Web integration for RustAuth.

Structs§

RustAuthActixWebOptions
Actix Web adapter options.

Enums§

RustAuthActixWebError
Errors returned while constructing an Actix Web scope for RustAuth.

Traits§

RustAuthActixWebExt
Convenience extension methods for mounting RustAuth into Actix Web.

Functions§

handle
Handle a single Actix Web request through RustAuth.
validate_mount_config
Validate that RustAuthOptions::base_url and base_path are consistent.