Show HN: Axum-login, simple and flexible user auth for your Rust axum projects

https://github.com/maxcountryman/axum-login
by llambda • 2 years ago
3 0 2 years ago

Hi folks, today I'm sharing axum-login: a Rust crate that provides user identification, authentication, and authorization for axum applications.

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.

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.

Related Stories

Loading related stories...

Source preview

github.com