Closed Mohammad4844 closed 1 month ago
Great job implementing user authentication with the Devise Gem! The step-by-step instructions are clear, and I liked the emphasis on Eastern's email verification. It's a solid foundation. Looking forward to have the sign out button functionality in the upcoming sprints!
Issue #3
Features
Code
See Devise for more details.
Brief Code overview
To test
rails db:migrate
rails s
(it wont work if u don't restart the server)localhost:3000/users/sign_up
and create an accountlocalhost:3000/users/sign_up
, you'll be redirected because you are already logged inlocalhost:3000/users/sign_out
localhost:3000/users/sign_in
and log in using the credentials