eduNEXT / eox-core

eox-core is a plugin to extend the core functionality in Open edX
GNU Affero General Public License v3.0
15 stars 9 forks source link

feat: add support for JWT authentication DS-703 #258

Closed MaferMazu closed 11 months ago

MaferMazu commented 11 months ago

Description

This PR allows you to request with a JWT token.

Testing instructions

  1. Install the plugin.
  2. Follow the test case document; only the API is enough (File: https://docs.google.com/document/d/1gaQyHBGDDkvy_NsFw07MRV6uI2R49CeWCDHzTVi_TiI/edit?usp=sharing) (In this PR, I changed the postman collection to make the requests with JWT)

Additional information

This PR is related to #254 and the issue #249