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

Allow user to have multiple sessions #68

Closed stevepolitodesign closed 2 years ago

stevepolitodesign commented 2 years ago

When using the application, I want to remain logged in when accessing the application from multiple browsers and devices so that my experience is not interrupted.