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

fix(jwt) remove unique constraint on secret #2548

Merged
merged 1 commit into from
May 26, 2017
Merged

Conversation

p0pr0ck5
Copy link
Contributor

Summary

Remove the unique constraint from jwt_secrets.secret. This constraint was applied when the plugin was initially introduced; it does not provide any use.

Full changelog

  • Remove unique constraint from jwt_secrets DAO.
  • Remove unique constraint from Postgres schema.
  • Add test allowing duplicate secrets.

Issues resolved

Fix #1512

@p0pr0ck5 p0pr0ck5 force-pushed the fix/dup-jwt-secret branch from dac7131 to aaac049 Compare May 23, 2017 17:19
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.

2 participants