sa-token-core 0.2.0

Core library for sa-token-rust, a powerful authentication and authorization framework
Documentation
1
2
3
4
5
6
// Author: 金书记 | Author: Jin Shuji
//! Optional background cleanup for backends without TTL.
//! 无 TTL 后端的可选后台清理。

mod background;
pub use background::{BackgroundCleanupTask, CleanupConfig};