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

Add remember me cookie assertions #97

Closed mdchaney closed 5 months ago

mdchaney commented 5 months ago

Just adds the assertions mentioned in #87.

mdchaney commented 5 months ago

Makeing a new pull request.