sa-token-core 0.2.0

Core library for sa-token-rust, a powerful authentication and authorization framework
Documentation
1
2
3
4
5
// Author: 金书记 | Author: Jin Shuji
//! Re-export request signing so existing `sso::sign` paths keep compiling.
//! 再导出请求签名,保持原有 `sso::sign` 路径可编译。

pub use crate::sign::{RequestSign, map_sign_err_to_sso};