sa-token-plugin-rocket
Rocket framework integration for sa-token-rust.
Features
- 🚀 Rocket-native: Built for Rocket 0.5
- 🎯 Fairing Support: Easy middleware integration
- 🔧 Request Guards: Type-safe authentication
- 🛡️ Complete: Full auth features
Installation
[]
= { = "0.1.12", = ["redis"] }
= "0.5"
Quick Start
extern crate rocket;
use State;
use ;
use MemoryStorage;
use Arc;
Version History
0.1.12
- ✨ Added path-based authentication support for fine-grained access control
- 🔧 Optimized middleware implementation, reduced code duplication
0.1.11
- Initial release with basic features
Author
金书记
License
Licensed under either of Apache-2.0 or MIT.