mikker / passwordless

๐Ÿ— Authentication for your Rails app without the icky-ness of passwords
MIT License
1.25k stars 86 forks source link

Disable autosave of session.authenticatable (cont.) #219

Closed mikker closed 2 months ago

mikker commented 2 months ago

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

Fixes #217.


Added assertion + rebased on master to fix sqlite dep

mikker commented 2 months ago

โค๏ธ๐Ÿงก๐Ÿ’›๐Ÿ’š๐Ÿ’™๐Ÿ’œ

nevans commented 2 months ago

Aha! The sqlite dep was what prevented me from testing, but I assumed it was some weird issue in my local dev env.

Thanks!