1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

add cookie auth example

This commit is contained in:
Nikolay Kim
2018-04-18 16:46:35 -07:00
parent 447ee25869
commit 894a795ee7
5 changed files with 469 additions and 114 deletions

View File

@ -2,6 +2,7 @@
members = [
"./",
"basics",
"cookie-auth",
"diesel",
"hello-world",
"http-proxy",