|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.7.1](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.7.1) (2026-03-13) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.7.0...v0.7.1) |
| 6 | + |
| 7 | +**Other Changes:** |
| 8 | + |
| 9 | +- Upgrade firebase/php-jwt to v7, modernize CI [\#188](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/188) ([kidunot89](https://github.com/kidunot89)) |
| 10 | +- Allowing the token from validation function to be filtered [\#184](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/184) ([davidvexel](https://github.com/davidvexel)) |
| 11 | +- \[FIX\] \#173 - PHP 8.1 deprecation warning [\#180](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/180) ([gregrickaby](https://github.com/gregrickaby)) |
| 12 | +- chore: Auth class functions return type fix. [\#176](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/176) ([kidunot89](https://github.com/kidunot89)) |
| 13 | +- Fixes inconsistent error messages [\#174](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/174) ([creative-andrew](https://github.com/creative-andrew)) |
| 14 | +- Expose auth token in response headers [\#97](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/97) ([kellenmace](https://github.com/kellenmace)) |
| 15 | + |
3 | 16 | ## [v0.7.0](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.7.0) (2023-03-31) |
4 | 17 |
|
5 | 18 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.6.0...v0.7.0) |
|
14 | 27 | - Added the action graphql\_jwt\_auth\_before\_authenticate and the filter … [\#135](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/135) ([spiralni](https://github.com/spiralni)) |
15 | 28 | - Fix incorrect error message on invalid secret [\#126](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/126) ([markspolakovs](https://github.com/markspolakovs)) |
16 | 29 | - fix\(response headers\): replace single header instead of overwriting them all [\#118](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/118) ([tsmith-rv](https://github.com/tsmith-rv)) |
17 | | -- \#87 - Force Auth Secret to be set, else throw Exception [\#88](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/88) ([jasonbahl](https://github.com/jasonbahl)) |
18 | 30 | - Adds Option to define if a cookie should be set on login. [\#85](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/85) ([henrikwirth](https://github.com/henrikwirth)) |
19 | | -- Update php-jwt to latest version [\#84](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/84) ([efoken](https://github.com/efoken)) |
20 | | -- Fix Auth Expiration time filter and add it to documentation [\#83](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/83) ([henrikwirth](https://github.com/henrikwirth)) |
21 | 31 |
|
22 | 32 | ## [v0.6.0](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.6.0) (2022-10-25) |
23 | 33 |
|
|
39 | 49 |
|
40 | 50 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.4.0...v0.4.1) |
41 | 51 |
|
| 52 | +**Other Changes:** |
| 53 | + |
| 54 | +- Release/v0.4.1 [\#93](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/93) ([jasonbahl](https://github.com/jasonbahl)) |
| 55 | +- \#87 - Force Auth Secret to be set, else throw Exception [\#88](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/88) ([jasonbahl](https://github.com/jasonbahl)) |
| 56 | +- Update php-jwt to latest version [\#84](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/84) ([efoken](https://github.com/efoken)) |
| 57 | +- Fix Auth Expiration time filter and add it to documentation [\#83](https://github.com/wp-graphql/wp-graphql-jwt-authentication/pull/83) ([henrikwirth](https://github.com/henrikwirth)) |
| 58 | + |
42 | 59 | ## [v0.4.0](https://github.com/wp-graphql/wp-graphql-jwt-authentication/tree/v0.4.0) (2020-02-20) |
43 | 60 |
|
44 | 61 | [Full Changelog](https://github.com/wp-graphql/wp-graphql-jwt-authentication/compare/v0.3.5...v0.4.0) |
|
0 commit comments