-
Couldn't load subscription status.
- Fork 1
Open
Description
Description:
Allow reana-commons to accept a JWT token in addition to the existing access token. We currently use Swagger to generate our endpoints, so this may also require reevaluating the Swagger definitions.
Checklist:
- Update API to accept either
access_tokenorjwt - Add basic unit test for JWT flow
- Update README with simple JWT example
Open Questions:
- Where should the JWT be checked and rotated—client side or within
reana-commons? - Do we need to rework our Swagger-generated endpoints to support JWT input?
- Should full JWT parsing/validation ocurr, and if so where?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
For Review