Skip to content

v0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jasonbahl jasonbahl released this 04 May 21:48
· 32 commits to master since this release
7905ab9

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