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 manually destroy specific sessions #77

Closed stevepolitodesign closed 2 years ago

stevepolitodesign commented 2 years ago

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

Issues