-
Notifications
You must be signed in to change notification settings - Fork 42
fix: Improvements in session jwt changes #317
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
fix: Improvements in session jwt changes #317
Conversation
access_token_updated = False | ||
|
||
session = Session( | ||
self, | ||
self.config, | ||
access_token_str, | ||
build_front_token(response["session"]["userId"], expiry_time, payload), | ||
# FIXME: expiry time cannot be None |
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.
Fix after @porcellus concludes what should be done (and maybe updates node SDK)
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.
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.
The fixme comment is still left I think
access_token_updated = False | ||
|
||
session = Session( | ||
self, | ||
self.config, | ||
access_token_str, | ||
build_front_token(response["session"]["userId"], expiry_time, payload), | ||
# FIXME: expiry time cannot be None |
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.
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.
Only a single FIXME comment left
Summary of change
Improvements in session jwt changes
Checklist for important updates
coreDriverInterfaceSupported.json
file has been updated (if needed)supertokens_python/constants.py
frontendDriverInterfaceSupported.json
file has been updated (if needed)setup.py
supertokens_python/constants.py
git tag
) in the formatvX.Y.Z
, and then find the latest branch (git branch --all
) whoseX.Y
is greater than the latest released tag.supertokens_python/utils.py
file to include that in theFRAMEWORKS
variable