Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

mikker
Copy link
Owner

@mikker mikker commented Apr 25, 2024

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

Fixes #217.


Added assertion + rebased on master to fix sqlite dep

nevans and others added 2 commits April 25, 2024 09:15
This prevents the authenticable model from being auto-created when
`config.paranoid = true`.

Fixes #217.
@mikker mikker self-assigned this Apr 25, 2024
@mikker
Copy link
Owner Author

mikker commented Apr 25, 2024

❤️🧡💛💚💙💜

@mikker mikker merged commit 053f233 into master Apr 25, 2024
4 checks passed
@mikker mikker deleted the disable-authenticatable-autosave-cont branch April 25, 2024 09:25
@nevans
Copy link
Contributor

nevans commented Apr 25, 2024

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Paranoid mode still autosaves its associated authenticatable model
2 participants