-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(PAT): Add personal access token for programmatic access #2261
Conversation
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.
overall LGTM.
Most comments for just food for further thought. So do take them into consideration and implement if you feel they make sense.
The only must have fix is deletePAT -> GetPat() call. It needs a fix i think.
Thanks!
434fb82
to
eb2fe20
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Add the DAO methods for the following:
Create corresponding HTTP APIs.
As of now, the expiry field of the personal access token is unused.