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

Created RFC7523 JWT client auth #983

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

thspinto
Copy link

@thspinto thspinto commented Oct 1, 2020

β˜• Purpose

Add client authentication with RSA256 signed JWT. This flow it part of the RFC7523.

My use case for this flow is to get access tokens using client credential without having to use static secrets (client secret).

🧐 Checklist

  • Unit Test
  • Example usage test
  • I did use the auth0 lib to sign the JWT. I saw this project uses not external libs, is this an issue?

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.

None yet

1 participant