-
Notifications
You must be signed in to change notification settings - Fork 448
feat: add JWTAuth #1219
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: add JWTAuth #1219
Conversation
jacalata
left a comment
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.
Could you just add a repr function for the JWTAuth class? something like
return "".format(self.jwt[:5]+ "...", self.site_id)
|
Done. How do you feel about explicitly marking the Additionally, I feel like |
|
Was there something missing from this PR that I should have implemented? |
|
oops, I think this got auto-closed when I merged the dev branch |
c41fe47 to
31dd2c9
Compare
|
Will this branch be merged soon? Thanks in advance |
|
Hello, |
Add
JWTAuthclass, as well as allowing Token auth to do impersonation.