stevepolitodesign / rails-authentication-from-scratch

A step-by-step guide on how to build your own authentication system in Rails from scratch.
https://stevepolito.design/blog/rails-authentication-from-scratch/
222 stars 32 forks source link

V3 #79

Closed stevepolitodesign closed 2 years ago

stevepolitodesign commented 2 years ago

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

Issues