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

fix: remember me auth sessions expires in 1 year #666

Merged
merged 1 commit into from
Dec 9, 2024
Merged

fix: remember me auth sessions expires in 1 year #666

merged 1 commit into from
Dec 9, 2024

Conversation

andrew-codes
Copy link
Owner

Closes #546

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 60.15%. Comparing base (6e104f9) to head (baf83ec).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
.../graphql/modules/auth/resolvers/Mutation/signIn.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #666   +/-   ##
=======================================
  Coverage   60.15%   60.15%           
=======================================
  Files          98       98           
  Lines        1930     1930           
  Branches      433      433           
=======================================
  Hits         1161     1161           
  Misses        710      710           
  Partials       59       59           
Flag Coverage Δ
component-tests 36.04% <ø> (ø)
e2e-tests 72.76% <0.00%> (ø)
unit-tests 9.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@andrew-codes andrew-codes merged commit e100330 into main Dec 9, 2024
8 checks passed
@andrew-codes andrew-codes deleted the 546 branch December 9, 2024 15:29
github-actions bot pushed a commit that referenced this pull request Dec 10, 2024
## [10.0.2](v10.0.1...v10.0.2) (2024-12-10)

### Bug Fixes

* library sync errors for games w/o a source ([#663](#663)) ([ecc60e2](ecc60e2)), closes [#659](#659)
* remember me auth sessions expires in 1 year ([#666](#666)) ([e100330](e100330)), closes [#546](#546)
* signout works as expected ([#665](#665)) ([b4e0197](b4e0197)), closes [#662](#662)
Copy link

🎉 This PR is included in version 10.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done ✅
Development

Successfully merging this pull request may close these issues.

Remember me doesn't keep me signed in for very long
1 participant