1
0
mirror of https://github.com/actix/examples synced 2025-09-02 11:56:38 +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",