From 58b3fa1bbcf6bf6ef061a865c19fb54b83d6e379 Mon Sep 17 00:00:00 2001 From: Dave Kimura Date: Wed, 15 Nov 2023 00:27:00 -0500 Subject: [PATCH] updated README with added constraints --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ead7745..3decaab 100755 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ These are the planned features for ActionAuth. The ones that are checked off are Within your application, you'll have access to these routes. They have been styled to be consistent with Devise. - Method Verb Params Description - user_sessions_path GET Device session management + Method Verb Params Description + user_sessions_path GET Device session management user_session_path DELETE [:id] Log Out new_user_session_path GET Log in new_user_registration_path GET Sign Up