Skip to content

Commit

Permalink
minor update to aliri crates (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeinstein committed Jun 18, 2022
1 parent 1812c4d commit 2e2988b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECOSYSTEM.md
Expand Up @@ -10,7 +10,7 @@ If your project isn't listed here and you would like it to be, please feel free
- [axum-flash](https://crates.io/crates/axum-flash): One-time notifications (aka flash messages) for axum.
- [axum-msgpack](https://crates.io/crates/axum-msgpack): MessagePack Extractors for axum.
- [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.
- [aliri_axum](https://docs.rs/aliri_axum) and [aliri_tower](https://docs.rs/aliri_tower): JWT validation middleware and OAuth2 scopes enforcing extractors.
- [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.
Expand Down

0 comments on commit 2e2988b

Please sign in to comment.