You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -681,8 +681,9 @@ add_filter(
681
681
## Credits
682
682
683
683
-[PHP-JWT from firebase](https://github.com/firebase/php-jwt)
684
-
-[JWT Authentication for WP REST API](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/). My_JWT-Auth_ plugin was a "copy-then-modify" of _JWT Authentication for WP REST API_ plugin.
684
+
-[JWT Authentication for WP REST API](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/). This_JWT-Auth_ plugin was a "copy-then-modify" of _JWT Authentication for WP REST API_ plugin.
685
685
-[Devices utility by pesseba](https://github.com/pesseba)
686
+
- The [awesome maintainers](https://github.com/usefulteam/jwt-auth/collaborators) and [contributors](https://github.com/usefulteam/jwt-auth/graphs/contributors)
686
687
687
688
## License
688
689
@@ -704,6 +705,5 @@ You can help me to keep this plugin alive and continue to maintain it by:
704
705
Then **let's be fair** and feel free to donate me via:
Copy file name to clipboardExpand all lines: readme.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -622,6 +622,7 @@ add_filter(
622
622
[PHP-JWT from firebase](https://github.com/firebase/php-jwt)
623
623
[JWT Authentication for WP REST API](https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/)
624
624
[Devices utility by pesseba](https://github.com/pesseba)
625
+
The [awesome maintainers](https://github.com/usefulteam/jwt-auth/collaborators) and [contributors](https://github.com/usefulteam/jwt-auth/graphs/contributors)
625
626
626
627
== Installation ==
627
628
@@ -699,14 +700,16 @@ You can visit the GitHub repository [here](https://github.com/usefulteam/jwt-aut
699
700
700
701
You can help this plugin stay alive and maintained by giving **5 Stars** Rating/ Review or donating me via:
701
702
- [PayPal](https://paypal.me/bagusjavas)
702
-
- [Patreon](https://www.patreon.com/bagus)
703
703
704
704
== Screenshots ==
705
705
1. Success response when trying to generate token
706
706
2. Error response when trying to generate token
707
707
3. Other error responses
708
708
709
709
== Changelog ==
710
+
= 2.1.0 =
711
+
- It's possible now to whitelist an endpoint with specific method (GET/POST). See [PR #47](https://github.com/usefulteam/jwt-auth/pull/47)
712
+
710
713
= 2.0.0 =
711
714
- Breaking change: rename `jwt_auth_valid_token_extra` filter to `jwt_auth_extra_token_check`. Please check if you use this filter.
712
715
- Breaking bugfix: the actual http statusCode didn't follow the response statusCode. Now the actual http statusCode follows the response statusCode.
0 commit comments