We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shouldn’t you check the expiresAt of the session in get? The session may be expired.
get
prisma-session-store/src/lib/prisma-session-store.ts
Lines 278 to 300 in 2409fff
The text was updated successfully, but these errors were encountered:
fix: dont get expired session
de9304d
* Fix for issue #115 * Adjusted tslint configuration to un-break it
Thanks @nakahara-d - fixed in PR #116
Sorry, something went wrong.
chore: 3.1.13 [skip ci]
48ba000
## [3.1.13](v3.1.12...v3.1.13) (2023-06-28) ### Bug Fixes * adjusted a test ([7ef28a8](7ef28a8)) * dont get expired session ([de9304d](de9304d)), closes [#115](#115) * fixed test case ([15e8381](15e8381))
No branches or pull requests
Shouldn’t you check the expiresAt of the session in
get
? The session may be expired.prisma-session-store/src/lib/prisma-session-store.ts
Lines 278 to 300 in 2409fff
The text was updated successfully, but these errors were encountered: