mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
feat(server): support refresh token (#15218)
This commit is contained in:
@@ -51,8 +51,8 @@ export function getBuildConfig(
|
||||
requestLicenseUrl: 'https://affine.pro/redirect/license',
|
||||
imageProxyUrl: '/api/worker/image-proxy',
|
||||
linkPreviewUrl: '/api/worker/link-preview',
|
||||
CAPTCHA_SITE_KEY: process.env.CAPTCHA_SITE_KEY ?? '',
|
||||
SENTRY_DSN: process.env.SENTRY_DSN ?? '',
|
||||
CAPTCHA_SITE_KEY: process.env.CAPTCHA_SITE_KEY ?? '',
|
||||
};
|
||||
},
|
||||
get beta() {
|
||||
|
||||
@@ -1117,6 +1117,11 @@ export const PackageList = [
|
||||
'packages/common/realtime',
|
||||
],
|
||||
},
|
||||
{
|
||||
location: 'packages/common/auth',
|
||||
name: '@affine/auth',
|
||||
workspaceDependencies: [],
|
||||
},
|
||||
{
|
||||
location: 'packages/common/debug',
|
||||
name: '@affine/debug',
|
||||
@@ -1523,6 +1528,7 @@ export type PackageName =
|
||||
| '@affine/docs'
|
||||
| '@affine/server-native'
|
||||
| '@affine/server'
|
||||
| '@affine/auth'
|
||||
| '@affine/debug'
|
||||
| '@affine/env'
|
||||
| '@affine/error'
|
||||
|
||||
Reference in New Issue
Block a user