Skip to content

Releases: Tmeister/wp-api-jwt-auth

1.3.4

11 Sep 14:31
a2eca83
Compare
Choose a tag to compare
  • Fix: Skip any validation when the authorization header is not Bearer.
  • Feature: Added a setting page to share data and add information about the plugin.

1.3.3

03 Sep 20:10
7f99bfa
Compare
Choose a tag to compare
  • Update php-jwt to 6.4.0
  • Fix PHP warnings (#259)
  • Fix the condition where it checks if the request is a REST Request (#256)

1.3.2

17 Oct 23:12
225ca87
Compare
Choose a tag to compare
  • Fix conflicts with other plugins using the same JWT library adding a wrapper namespace to the JWT class.

Update PHP Version and Refactoring

07 Oct 22:50
3930e2d
Compare
Choose a tag to compare

Update firebase/php-jwt to the latest version 6.3

21 Sep 14:55
558691a
Compare
Choose a tag to compare
  • Update encode and decode functions to use the new arguments
  • Add a new filter to change the algorithm used, default HS256
  • Fix warning register_rest_route was called incorrectly
  • Allow for Basic Auth, by not attempting to validate Authentication Headers if a valid user has already been determined

1.2.6

06 Mar 00:02
df4f153
Compare
Choose a tag to compare

Cookies && Token compatibility

1.2.5

28 Feb 00:27
afd96f9
Compare
Choose a tag to compare
  • Add Gutenberg Compatibility
  • More info (#126)

1.2.4

15 Sep 02:10
Compare
Choose a tag to compare

Version 1.2.4

1.2.3

07 Dec 23:30
Compare
Choose a tag to compare

Fix Max recursion error in WordPress 4.7 Fix #44

1.2.2

26 Nov 19:10
Compare
Choose a tag to compare

Merge Pull Requests

  • Add an extra validation to get the Authorization header
  • Increase determine_current_user priority Fix #13
  • Add the user object as parameter in the jwt_auth_token_before_sign hook
  • Improve error message when auth fails #34
  • Tested with WordPress 4.6.1