stack/packages/stack-server/src
Zai Shi 617ccbed6f
Oauth scope (#67)
* removed openid for oauth providers, switch to pure oauth flow

* restructured files

* added project id to the env keys

* fixed tooltip display bug

* improved docs links

* removed old comments

* improved oauth code structure

* removed MS tenantID

* added linking account

* added access token endpoint

* fixed prisma schema

* added store refresh token

* fixed no refresh token error

* added authorize and link types to authorize endpoint

* added adding scope

* improved oauth provider code structure

* added additional scopes to db

* fixed sessions

* fixed oauth provider select bug

* added scopes to dashboard

* added get account

* added useAccount

* added useAccessToken

* fixed type errors

* fixed bug

* added oauth link failed page

* added error page

* fixed bugs

* updated error page

* added extra scope error

* fixed additional scope

* removed test code, fixed bug

* Throw error when accessing OAuth access token with shared OAuth keys

* removed additional scopes

* added scopes on sign in

* renamed errors

* added redirect URL for the oauth provider setting

* dynamic link

* added connect wrong account error

* added migration file, fixed useConnection bug

* added after callback redirect url

* fixed types

* fixed type error

* updated migration file
2024-06-08 16:26:50 +02:00
..
app Oauth scope (#67) 2024-06-08 16:26:50 +02:00
components Oauth scope (#67) 2024-06-08 16:26:50 +02:00
email Email template editor (#54) 2024-05-28 11:49:59 +02:00
hooks Fix lint errors 2024-06-06 13:35:29 +02:00
lib Oauth scope (#67) 2024-06-08 16:26:50 +02:00
oauth Oauth scope (#67) 2024-06-08 16:26:50 +02:00
route-handlers Fix type error 2024-06-07 12:04:23 +02:00
globals.d.ts Email template editor (#54) 2024-05-28 11:49:59 +02:00
middleware.tsx Email template editor (#54) 2024-05-28 11:49:59 +02:00
polyfills.tsx Convert global-error to TypeScript 2024-04-14 13:45:03 +02:00
prisma-client.tsx Fix lint errors 2024-06-06 13:35:29 +02:00
server.ts Basic Unit Tests (#15) 2024-04-24 14:24:56 +02:00
stack.tsx Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02:00