mirror of
https://github.com/moodle/moodle.git
synced 2025-03-24 01:20:27 +01:00
Related to MDL-77077, but was a case missed there. Now, any unusable keys (i.e. can't be used during the JWT decode), are dropped from the keyset if they don't have the 'alg' prop, preventing a 'missing alg' exception during keyset parsing. Since these cannot be used during decode, these aren't needed anyway.