-
Notifications
You must be signed in to change notification settings - Fork 139
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
Implement JWT auth #188
Implement JWT auth #188
Conversation
@jasonodonnell gentle ping 🙂 |
Thanks for the ping @grascm, we will take a look at this ASAP! 👍 |
@jasonodonnell another one gentle ping 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the ping, I'm taking a look now! In general this looks good but I need to test some stuff.
Small ask: can you remove the dist/index.js
change? We prefer to do this build on our end only when we're ready to release new versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Is there a good setup document that walks through ground-up configuration of JWT auth? I too am familiar with the GitLab implementation and am looking for how I can implement GitHub actions the the same type of auth. |
No description provided.