Rails Authentication From Scratch Versions Save

A step-by-step guide on how to build your own authentication system in Rails from scratch.

v3.0.0

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

Issues

  • Closes #68
  • Closes #69
  • Closes #70
  • Closes #73
  • Closes #78

v2.0.2

2 years ago

#74

v2.0.1

2 years ago

#65

v2.0.0

2 years ago
  • #20
  • #59

v1.0.2

2 years ago

#60

v1.0.1

2 years ago
  • #53
  • #54
  • #55
  • #56

v1.0.0

2 years ago

Initial release.