From 8fc9f323040949da33ddf2a1d456e2701ecc30b1 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Tue, 18 Jun 2019 21:11:15 -0700 Subject: [PATCH] Note about archival --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 570d178..8948217 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,6 @@ +# NOTICE +This project is archived, as the actix-web 1.0 API is a bit different. It's kept up, though, for insight on how some general patterns work. + # Jelly This is a sample repository showcasing a rather straightforward way to handle user sessions, signup, and authentication in an [actix-web](https://actix.rs) project. I extracted it from something I'm working on as I realized that it can be otherwise tricky to figure out at a glance how all of this fits together (actix-web is still fairly fast moving, and the docs can be... rough).