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

Use production URL #61

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Use production URL #61

merged 2 commits into from
Dec 17, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Dec 17, 2024

@lkeegan lkeegan force-pushed the fix_8_use_production_url branch from d0d84c3 to 0860269 Compare December 17, 2024 10:47
- predictcr.lkeegan.dev -> predictcr.com
- resolves #8
@lkeegan lkeegan force-pushed the fix_8_use_production_url branch from 0860269 to 930989f Compare December 17, 2024 10:47
- sub must now be a string, in our case this was an int (the user id)
- simple fix is to cast to a string for the token, and cast back to int when the token is decoded
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.98%. Comparing base (bcb0b75) to head (a7f5f19).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #61   +/-   ##
=======================================
  Coverage   77.98%   77.98%           
=======================================
  Files           8        8           
  Lines         713      713           
=======================================
  Hits          556      556           
  Misses        157      157           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lkeegan lkeegan merged commit 6587ca9 into main Dec 17, 2024
5 checks passed
@lkeegan lkeegan deleted the fix_8_use_production_url branch December 17, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use production url
2 participants