DragonByte Tech
Well-known member
- Affected version
- 2.2.0 Beta 1
In recent versions of
Previous version: https://github.com/web-token/jwt-si...dcaa481a075a5f4f8852938139/JWSBuilder.php#L58
This means I have to perform hacks like this:
Whenever I want to implement a library that uses JWT. It would be great if XF's native JWT library could be updated.
Thank you for considering.
web-token/jwt-signature
, the signature for JWSBuilder changed: https://github.com/web-token/jwt-si...dee247fc45ce745c73b4c782a5/JWSBuilder.php#L53Previous version: https://github.com/web-token/jwt-si...dcaa481a075a5f4f8852938139/JWSBuilder.php#L58
This means I have to perform hacks like this:
JSON:
"autoload": {
"files": [
"vendor-custom/edamov/pushok/src/Payload.php",
"vendor-custom/edamov/pushok/src/AuthProvider/Token.php"
]
},
Thank you for considering.