-
Notifications
You must be signed in to change notification settings - Fork 780
feat: oauth sdk implementation #799
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
Conversation
return headers | ||
|
||
def is_token_expired(self, token): | ||
decoded_jwt = jwt.decode(token, options={"verify_signature": False}) |
Check failure
Code scanning / SonarCloud
JWT should be signed and verified
return headers | ||
|
||
def is_token_expired(self, token): | ||
decoded_jwt = jwt.decode(token, options={"verify_signature": False}) |
Check failure
Code scanning / SonarCloud
JWT should be signed and verified
|
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
* feat: oauth sdk implementation and organization api uptake (#799)
Feature
Create HTTP client for BearerTokenAuthentication in Threadsafe manner
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.