- Create a new 2.x branch
- Fix use of deprecated Event class
- Fix call to event dispatcher with string in \Drupal\jwt\Authentication\Provider\JwtAuth::authenticate()
- Test again Drupal 9 and 10 (w/ php 8.1)
- Update JWT library and use updated api there
- Clean up constructor/code for JwtTranscoder so it's easier to re-use and maybe can support multiple site keys later
- Support adding/reading JWT headers in Drupal\jwt\JsonWebToken\JsonWebToken and JwtTranscoder
Postponed for now (not for 2.0.0, but likely in the nearer-term in this branch):
- support ed2559 signatures
Comments
Comment #2
pwolanin commentedComment #3
pwolanin commentedComment #4
pwolanin commentedComment #5
pwolanin commentedComment #6
vijaycs85Tested agains 2.0.0-beta2 (esp. for the new feature #3256486: Support adding custom JWT headers and also make the headers available after decoding) and looks good.
Comment #7
pwolanin commentedComment #8
klausi2.0.0 has been released, so we can set this to fixed? Any follow-ups can be done in new issues I think.