cal.pub0.org/apps/web/pages/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
..
forgot-password feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
setup feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
sso feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
error.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
login.tsx feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
logout.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
new.tsx Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
saml-idp.tsx Add Idp-Initiated SSO (#6781) 2023-03-07 14:31:39 -07:00
signin.tsx feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
verify.tsx Feature/whitelabel part 2 (#5821) 2023-01-04 22:14:46 +00:00