Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return keys directly instead of keys object #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mschwaig
Copy link

This change helped me to get this example project to work with Moodle.

Without this change the score-related API calls did not work. However if I undo the change they still work, so I think maybe Moodle remembered the keys once and that prevents the issue from triggering now.

I suspect triggering the bug and then confirming the fix might require a fresh Moodle instance.

Without this change I get somehting like

Exception - Argument 1 passed to Firebase\\JWT\\JWK::parseKeySet() must be of the type array, null given

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant