cal.pub0.org/packages/features/auth/lib
Nafees Nazik f467bb7957
perf: use LRU cache for getServerSession (#8339)
* chore: add lru package

* feat: use LRU cache

* fix: type

* Updates package json

---------

Co-authored-by: zomars <zomars@me.com>
2023-04-18 01:55:01 +00:00
..
ErrorCode.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
ensureSession.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
getServerSession.ts perf: use LRU cache for getServerSession (#8339) 2023-04-18 01:55:01 +00:00
getSession.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
hashPassword.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
identityProviderNameMap.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
isPasswordValid.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
next-auth-custom-adapter.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
next-auth-options.ts perf: use getSlimServerSession for session retrieval (#8308) 2023-04-17 23:48:00 +00:00
sendVerificationRequest.ts Move some dependencies into async (#8270) 2023-04-14 14:25:15 -07:00
signJwt.ts Move some dependencies into async (#8270) 2023-04-14 14:25:15 -07:00
validPassword.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
verifyPassword.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00