Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Initial Code - CircuitPython JSON Web Token (JWT) #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

Merged
merged 10 commits into from
Aug 21, 2019

Conversation

brentru
Copy link
Member

@brentru brentru commented Aug 21, 2019

This pull request adds code for a JSON Web Token (JWT) Authentication module for CircuitPython. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

This library currently supports the following algorithms for JWT generation and verification:

  • No encoding ("none")
  • RS256/SHA-256 (via Adafruit_CircuitPython_RSA)
  • RS384/SHA-384 (via Adafruit_CircuitPython_RSA)
  • RS512/SHA-512 (via Adafruit_CircuitPython_RSA)

@brentru brentru requested a review from a team August 21, 2019 20:10
@brentru brentru merged commit 2c9fac0 into adafruit:master Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants