Releases: fenix-hub/godot-engine.jwt
Releases · fenix-hub/godot-engine.jwt
GDScript JWT - 1.5 (3.x)
What's Changed
- Update JWTAlgorithm.gd by @fenix-hub in #7
- add payload/header validation by @fenix-hub in #8
- add RS256 support by @fenix-hub in #9
Full Changelog: v1.3...v1.5
GDScript JWT - 1.5 (4.x)
What's Changed
- Update JWTAlgorithm.gd by @fenix-hub in #7
- add payload/header validation by @fenix-hub in #8
- add RS256 support by @fenix-hub in #9
- Switched to Godot 4 support, Repaired broken RS256 implementation. by @crazychenz in #10
New Contributors
- @crazychenz made their first contribution in #10
Full Changelog: v1.3...v1.5b
GDScript JWT - v1.3
Merge pull request #6 from fenix-hub/dev Update LICENSE
GDScript JWT - v1.2
Completed verification methods
JWTs can be tested here https://jwt.io/
GDScript JWT - v1
Finally a working JWT support for Godot Engine.
Still need to implement a few more signing methods and more verifications.
JWTs can be tested here https://jwt.io/