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

["FEAT"] Add JWT Authentication support #191

Open
Asespinel opened this issue Nov 20, 2023 · 0 comments · Fixed by #206
Open

["FEAT"] Add JWT Authentication support #191

Asespinel opened this issue Nov 20, 2023 · 0 comments · Fixed by #206
Assignees
Labels
enhancement New feature or request

Comments

@Asespinel
Copy link
Contributor

Is your feature request related to a problem? Please describe.
At the moment eox tenant only supports Bearer authentication and Session Authentication. On future releases Bearer authentication is going to be deprecated, so we should be prepared by implementing JWT authentication to avoid any compatibility issues.

Describe the solution you'd like
JWT Authentication would allow to add Django applications so we could test the eox tenant API using Postmanor other similar clients

Additional context
Since Bearer authentication is going to be deprecated we could remove it completely from the plugin. The deprecation is described here: openedx/edx-drf-extensions#284

@Asespinel Asespinel added the enhancement New feature or request label Nov 20, 2023
@mariajgrimaldi mariajgrimaldi linked a pull request Aug 27, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants