No description
- HTML 87.6%
- Rust 12.4%
| examples/axum_tokio | even more docs | |
| src | lil more clarification | |
| .gitignore | init | |
| Cargo.lock | removed chrono | |
| Cargo.toml | removed chrono | |
| README.md | init | |
| tarpaulin-report.html | more docs, reexported SecretString, other stuff | |
Tarcza
This is my WIP stack-agnostic framework for basic authentication. It's still being built, long way before it's gonna be useable.
What's planned
- Simple way to include basic login + password authentication
- Agnostic design: this framework should work no matter what you use as your database or web framework, it's meant to be agnostic in this regard.
- Semi-opinionated: I want to keep the design as simple as possible while maintaining good security, but still give user control over auth parameters.
- Building block: It's not meant to be a fully features authentication service, more like a building block to simplify implementing authentication in your software.
Planned out of box features
- Basic user+password login pipeline
- JWT authentication
- Password hashing
- Trait allowing integration with any DB you want