summer-sa-token 0.5.3

Sa-Token authentication and authorization plugin for summer-rs
Documentation
1
2
3
4
5
6
7
8
9
# Sa-Token example

PostgreSQL is required (see `config/app.toml` `[sea-orm]`). From the `summer-sa-token` crate root:

```bash
cargo run --example sa-token-example
```

Configuration file: `examples/sa-token-example/config/app.toml` (loaded via `CARGO_MANIFEST_DIR` in the example `main.rs`).