Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3 #79

Merged
merged 6 commits into from
Feb 7, 2022
Merged

V3 #79

merged 6 commits into from
Feb 7, 2022

Conversation

stevepolitodesign
Copy link
Owner

@stevepolitodesign stevepolitodesign commented Feb 4, 2022

This is a major release that showcases how to store the session in the database. The advantage of this technique is it allows a user to detect suspicious login activity, as well as force logout current sessions.

CleanShot 2022-02-04 at 09 58 43

To-do

  • Go through the tutorial manually step-by-step to ensure it works and catch any typos.

Issues

Issues
-------
- Closes #68
When logged into the application I want to be able to view all my active sessions so that I can determine if my account has been compromised based on the session data, user agent, and IP address.

Issues
------
- Closes #69
When viewing my active sessions I want to be able to destroy a specific session so that I can keep my account secure.

Issues
------
- Closes #70
When deleting an active session I want to ensure the associated session is forgotten so that I can ensure my account it safe.

Issues
------
- Closes #78
When filling out a form that collects an email address, I want my email to be validated in the browser so that I don’t find out it was incorrectly formatted when submitting the form.

Issues
------
- Closes #73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment