Skip to content
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

Code Enhancement #777

Open
carcruram opened this issue Mar 9, 2024 · 1 comment
Open

Code Enhancement #777

carcruram opened this issue Mar 9, 2024 · 1 comment
Labels
status: waiting for feedback waiting for feedback from the submitter type: community enhancement feature request not on Twilio's roadmap

Comments

@carcruram
Copy link

Issue Summary

Change the function time.time to datetime.datetime in the folder twilio/jwt/init.py

Code Snippet

#if ttl:
              expiration_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=ttl)
         else:
              expiration_time = datetime.datetime.utcnow() + datetime.timedelta(seconds=self.ttl)
@tiwarishubham635 tiwarishubham635 added type: twilio enhancement feature request on Twilio's roadmap and removed type: twilio enhancement feature request on Twilio's roadmap labels Apr 4, 2024
@tiwarishubham635
Copy link
Contributor

Hey @carcruram! we’ll add this to our internal backlog to be prioritized. +1s/reactions on this issue (and comments) and PRs will bump it higher up the backlog. Thanks!

@tiwarishubham635 tiwarishubham635 added type: community enhancement feature request not on Twilio's roadmap and removed type: twilio enhancement feature request on Twilio's roadmap labels Apr 4, 2024
@tiwarishubham635 tiwarishubham635 added the status: waiting for feedback waiting for feedback from the submitter label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for feedback waiting for feedback from the submitter type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

2 participants