sa-token-plugin-gotham 0.2.0

Gotham framework integration for sa-token-rust (facade over versioned bindings)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# sa-token-plugin-gotham

Gotham integration for **sa-token-rust**(facade)。

## 版本选择

| Feature(默认) | 绑定 crate | Gotham |
|------------------|------------|--------|
| `v074` | `sa-token-plugin-gotham-v074` | 0.7.x |

共享类型在 **`sa-token-plugin-common`**(本 crate 再导出)。`TokenValueWrapper` / `LoginIdWrapper` 在 **`sa-token-plugin-gotham-v074`** 的 **`wrapper.rs`**。

```toml
sa-token-plugin-gotham = { version = "0.2.0", features = ["memory"] }
gotham = "0.7"
```