fenix-hub / godot-engine.jwt

JSON Web Token library for Godot Engine written in GDScript
https://nicolosantilio.com/godot-engine.jwt
MIT License
51 stars 11 forks source link

Switched to Godot 4 support, Repaired broken RS256 implementation. #10

Closed crazychenz closed 2 years ago

crazychenz commented 2 years ago
fenix-hub commented 2 years ago

Hi and thank you very much for your work. Does this have backward compatibility with previous Godot versions?

fenix-hub commented 2 years ago

@crazychenz I guess not, still I'll cherry pick some fixes of your pr into the current main (or I'll let you do so if you want)

crazychenz commented 2 years ago

@fenix-hub, np. yeah, I'm sure you've figured out, Godot 4 has some new major GDScript changes. I'll likely do some Godot 3 cherry picks when/if I use OpenAuth for any of my Godot 3 projects (I've got one that may be likely). This specific port is for some longer term projects that aren't likely to be near complete until well after Godot 4 is stable.

fenix-hub commented 2 years ago

@crazychenz No problem, thank you again for contributing! 🙌