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

Increased expiry time of access token #312

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

deepansh96
Copy link
Member

Fixes #311

Summary

Test Plan

  • Wrote tests
  • Tested locally
  • Tested on staging
  • Tested on production
  • If adding or removing any environment variable:
    • update docs/ENV.md
    • update the environment variables for staging and production
  • If changes in DB, update DB schema and BigQuery (staging and prod)

@deepansh96 deepansh96 added the enhancement New feature or request label Jan 25, 2022
@deepansh96 deepansh96 added this to the v0.6 milestone Jan 25, 2022
@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #312 (58cb3c4) into master (c4d217d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   97.19%   97.19%           
=======================================
  Files         148      148           
  Lines        2851     2851           
=======================================
  Hits         2771     2771           
  Misses         80       80           
Impacted Files Coverage Δ
plio/settings.py 87.01% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4d217d...58cb3c4. Read the comment docs.

@dalmia dalmia merged commit b77fb30 into master Jan 25, 2022
@dalmia dalmia deleted the increase_access_token_expiry_time branch January 25, 2022 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase expiry time of access token from 1 day to 7 days
2 participants