1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/auth/cookie-session/README.md

8 lines
109 B
Markdown
Raw Normal View History

## Cookie session example
```sh
2022-02-18 03:18:44 +01:00
cd auth/cookie-session
cargo run
# Starting http server: 127.0.0.1:8080
```