v0.4.1
Pre-release
Pre-release
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 of600
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