rails-authentication-from-scratch

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

Stars
221

Bot releases are hidden (Show)

rails-authentication-from-scratch - 3.0.0 Latest Release

Published by stevepolitodesign over 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
rails-authentication-from-scratch - 2.0.2

Published by stevepolitodesign over 2 years ago

#74

rails-authentication-from-scratch - 2.0.1

Published by stevepolitodesign almost 3 years ago

#65

rails-authentication-from-scratch - 2.0.0

Published by stevepolitodesign almost 3 years ago

  • #20
  • #59
rails-authentication-from-scratch - 1.0.2

Published by stevepolitodesign almost 3 years ago

#60

rails-authentication-from-scratch - 1.0.1

Published by stevepolitodesign almost 3 years ago

  • #53
  • #54
  • #55
  • #56
rails-authentication-from-scratch - 1.0.0

Published by stevepolitodesign almost 3 years ago

Initial release.