stack/packages/stack-server
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
..
prisma Oauth scope (#67) 2024-06-08 16:26:50 +02:00
public updated logo 2024-05-16 22:05:44 +02:00
scripts Move code (initial commit) 2024-02-28 14:35:30 +01:00
src Oauth scope (#67) 2024-06-08 16:26:50 +02:00
.env Oauth scope (#67) 2024-06-08 16:26:50 +02:00
.env.development Improve developer setup 2024-06-03 01:36:17 +02:00
.eslintrc.cjs Fix double-redirect on signout 2024-06-06 17:50:01 +02:00
.gitignore Improve developer setup 2024-06-03 01:36:17 +02:00
.npmrc Move code (initial commit) 2024-02-28 14:35:30 +01:00
CHANGELOG.md chore: update package versions 2024-06-08 16:06:11 +02:00
components.json Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02:00
LICENSE Licenses 2024-02-28 15:27:00 +01:00
next.config.mjs Email template editor (#54) 2024-05-28 11:49:59 +02:00
package.json chore: update package versions 2024-06-08 16:06:11 +02:00
postcss.config.js Migration to Shadcn UI (#31) 2024-05-10 23:34:42 +02:00
sentry.client.config.ts Docker compose dependencies (#20) 2024-05-04 15:42:41 +02:00
sentry.edge.config.ts Docker compose dependencies (#20) 2024-05-04 15:42:41 +02:00
sentry.server.config.ts Docker compose dependencies (#20) 2024-05-04 15:42:41 +02:00
tailwind.config.ts fixed ux problems 2024-05-16 16:05:35 +02:00
tsconfig.json New UI system (#5) 2024-03-21 10:51:53 +01:00