Yes! I've been using sa-token-rust, which is a lightweight, high-performance authentication and authorization framework inspired by the popular Java sa-token library.
It provides everything you need in one cohesive framework:
✅ Complete authentication and authorization
✅ Multiple web framework support (Axum, Actix-web, Poem, Rocket, Warp)
✅ JWT with 8 algorithms (HS256/384/512, RS256/384/512, ES256/384)
✅ OAuth2 authorization code flow
✅ WebSocket authentication
✅ Real-time online user management and push notifications
✅ Distributed session for microservices
✅ Event listener system
✅ Security features (Nonce, Refresh Token)
✅ 7 token generation styles
✅ Production-ready with comprehensive tests