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

Persist auth sessions with Postgres #440

Merged
merged 3 commits into from
Dec 2, 2020
Merged

Conversation

reichert621
Copy link
Collaborator

@reichert621 reichert621 commented Dec 2, 2020

Description

Testing out using Postgres for persistent auth sessions so we don't need to add a new service (Redis)

Issue

Fixes #90

Checklist

  • Everything passes when running mix test
  • Ran mix format
  • No frontend compilation warnings

use Ecto.Schema

@primary_key false
schema "pow_sessions" do
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(autogenerated by the pow_postgres_store library)

@reichert621 reichert621 merged commit f2d0fda into master Dec 2, 2020
@reichert621 reichert621 deleted the persist-auth-postgres branch December 2, 2020 22:41
@reichert621 reichert621 mentioned this pull request Dec 3, 2020
3 tasks
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.

Redeploy shouldn’t trigger everyone to relogin
1 participant