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

Re-implement JWT generation script using pyjwt #1830

Merged
merged 4 commits into from May 28, 2020
Merged

Re-implement JWT generation script using pyjwt #1830

merged 4 commits into from May 28, 2020

Conversation

smlx
Copy link
Member

@smlx smlx commented Apr 30, 2020

Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated
  • PR title is ready for changelog and subsystem label(s) applied

I was cleaning up local branches and came across this patch.. I thought I already submitted a PR months ago but I guess not. I think this was from AIOSEC-3.

This is a rewrite of the token generation script in python instead of bash. The advantage is that it makes the script much easier to understand and takes advantage of a widely used library (https://github.com/jpadilla/pyjwt).

Closing issues

n/a

@smlx smlx added the 1-api-auth API & Authentication subsystem label Apr 30, 2020
@Schnitzel
Copy link
Contributor

@Schnitzel Schnitzel added this to the v1.5.0 milestone May 3, 2020
@smlx smlx added the 9-security Security subsystem label May 8, 2020
@tobybellwood tobybellwood modified the milestones: v1.5.0, v1.6.0 May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-api-auth API & Authentication subsystem 9-security Security subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants