-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add JWT support #109
Conversation
4a2f281
to
4977723
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @bra-i-am!
4977723
to
5441a42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bra-i-am, I tested all the endpoints locally in Redwood, and it allows using JWT, thanks!. I just left a comment about the URL in the DELETE methods in the Postman collection.
5441a42
to
c295aff
Compare
c295aff
to
b3f71a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bra-i-am, Sorry for not noticing it before, but I think we should bump the version.
* docs: add Postman collection and env variables references
b3f71a3
to
0fb10cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks
Description
This PR allows you to make requests using a JWT
How to test
tutor plugins install forum
&&tutor plugins enable forum
http://local.edly.io:8000/admin/oauth2_provider/application/
. Associate a user with sufficient permissions and add to the Redirect uris field: http://local.edly.io:8000/Note
For more information about the eox-tagging configuration please follow the Test Cases Doc
Postman
and import the Collection and Environment atdocs/resources
adding the required env info according to the previously created applicationAuthorization
POST route from the collection; the generated token will be added automatically to the environmentJIRA ISSUE AP-1111