This website requires JavaScript.
Explore
Help
Sign In
actix
/
examples
Watch
1
Star
0
Fork
0
You've already forked examples
mirror of
https://github.com/actix/examples
synced
2025-03-10 15:32:38 +01:00
Code
Issues
Releases
Wiki
Activity
1a634a983f
Branches
Tags
View all branches
examples
/
auth
/
redis-session
History
Rob Ede
8fd4262136
s/str::to_string/str::to_owned
2023-07-09 03:32:47 +01:00
..
src
s/str::to_string/str::to_owned
2023-07-09 03:32:47 +01:00
Cargo.toml
move serde deps to workspace
2023-01-02 20:35:11 +00:00
README.md
fix cd links
2022-02-18 02:18:44 +00:00
README.md
redis-session
cd
auth/redis-sessions cargo run
# Starting http server: 127.0.0.1:8080
Available Routes
GET /
POST /do_something
POST /login
POST /logout