moodle-auth_jwt/classes
Kumi 828af94032
Some checks failed
ci / ci (push) Failing after 0s
fix(jwt): specify algorithm in encode and remove in decode
Updated JWT::encode to explicitly use the HS256 algorithm for greater security. Removed redundant algorithm specification in JWT::decode for improved consistency and simplicity. This ensures the JWT operations follow expected standards and enhances maintainability.
2024-06-25 19:23:13 +02:00
..
privacy refactor(auth): rename auth_userkey to auth_jwt 2024-06-25 12:00:04 +02:00
core_jwt_manager.php fix(jwt): specify algorithm in encode and remove in decode 2024-06-25 19:23:13 +02:00
jwt_manager_interface.php refactor(auth): rename auth_userkey to auth_jwt 2024-06-25 12:00:04 +02:00