moodle-auth_jwt/classes
Kumi 5ae53cfc14
Some checks failed
ci / ci (push) Failing after 0s
fix: update JWT decode method to use Key object
Modified the JWT::decode method to use the Key object for decoding JWTs. This enhances security by explicitly specifying the algorithm used (HS256) and aligns with recent updates in the Firebase JWT library.
2024-06-25 19:33:02 +02:00
..
privacy refactor(auth): rename auth_userkey to auth_jwt 2024-06-25 12:00:04 +02:00
core_jwt_manager.php fix: update JWT decode method to use Key object 2024-06-25 19:33:02 +02:00
jwt_manager_interface.php refactor(auth): rename auth_userkey to auth_jwt 2024-06-25 12:00:04 +02:00