mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Added links to Community Projects Section within ECOSYSTEM.md (#895)
This commit is contained in:
parent
5d0a7b440c
commit
956c9f1d88
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ If your project isn't listed here and you would like it to be, please feel free
|
|||
- [axum-sqlx-tx](https://crates.io/crates/axum-sqlx-tx): Request-bound [SQLx](https://github.com/launchbadge/sqlx#readme) transactions with automatic commit/rollback based on response.
|
||||
- [aliri_tower](https://crates.io/crates/aliri_tower): JWT validation and OAuth2 scopes checking middleware.
|
||||
- [ezsockets](https://github.com/gbaranski/ezsockets): Easy to use WebSocket library that integrates with Axum.
|
||||
- [axum_database_sessions](https://github.com/AscendingCreations/AxumSessions): Database persistent sessions like pythons flask_sessionstore for Axum.
|
||||
- [axum_sessions_auth](https://github.com/AscendingCreations/AxumSessionsAuth): Persistant session based user login with rights management for Axum.
|
||||
- [axum-auth](https://crates.io/crates/axum-auth): High-level http auth extractors for axum.
|
||||
|
||||
## Project showcase
|
||||
|
||||
|
|
Loading…
Reference in a new issue