mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.27k stars 88 forks source link

Disable autosave of session.authenticatable #218

Closed nevans closed 5 months ago

nevans commented 5 months ago

This prevents the authenticable model from being auto-created when config.paranoid = true.

Fixes #217.

nevans commented 5 months ago

Note that I've only made this a draft, since I haven't tested it at all yet.

mikker commented 5 months ago

Included in #219. Thank you so much for diagnosing, reporting and fixing this!