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

Release/v0.4.1 #93

Merged
merged 10 commits into from
May 4, 2020
Merged

Release/v0.4.1 #93

merged 10 commits into from
May 4, 2020

Conversation

jasonbahl
Copy link
Collaborator

Release Notes

Breaking changes

  • Potential breaking change. The filter graphql_jwt_auth_expire has been fixed to take the filtered value and add it to the issue date. So, you can use the filter, return a value of 600 and that will add 600 seconds to the issue date, and your token will expire 10 minutes after issue. If you were using this filter already, and were doing this math yourself, you should update to just return the number of seconds after issue you would like the token to expire.

Bugfixes

  • Fixes (and adds documentation for) graphql_jwt_auth_expire filter. Thanks @henrikwirth!

New Features

  • Updates underlying Firebase\JWT dependency. Thanks @efoken!
  • Ensures users cannot use the plugin without first defining the GRAPHQL_JWT_AUTH_SECRET_KEY

@jasonbahl jasonbahl requested a review from henrikwirth May 4, 2020 21:47
@jasonbahl jasonbahl self-assigned this May 4, 2020
@jasonbahl jasonbahl merged commit 7905ab9 into master May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants