feat(server): support refresh token (#15218)

This commit is contained in:
DarkSky
2026-07-12 02:39:42 +08:00
committed by GitHub
parent aea128f0b9
commit 02b25e05d8
80 changed files with 5866 additions and 745 deletions
+6
View File
@@ -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'