Hi folks, today I'm sharing axum-login: a Rust crate that provides user identification, authentication, and authorization for axum applications.<p>It's inspired by Django's auth middleware and makes it easy to plug in different kinds of authentication and authorization workflows, ranging from simple username and password to OAuth to IdP to LDAP and so on.<p>We want building authentication and authorization into your axum applications to be secure and as painless as possible. If you have feedback or would like help using the crate, please make use of the Github Discussions forum and we'll be happy to help.