cal.pub0.org/packages/features/auth
Lucas Smith 2317473545
feat(web): improve session retrieval performance (#7584)
* feat(web): improve session retrieval performance

Switch to using `getServerSession` which avoids a HTTP round trip to retrieve session details.

Additionally, migrate deprecated `app/lib/auth` calls to to `@calcom/lib` package.

* fix: update failing test and lint

* Consolidates auth code in features

* Update yarn.lock

* Update packages/trpc/server/createContext.ts

* Oopsie

---------

Co-authored-by: zomars <zomars@me.com>
2023-03-10 23:45:24 +00:00
..
lib feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
PermissionContainer.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
README.md Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
SAMLLogin.tsx feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
package.json feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00

README.md

Auth-related code will live here