mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
Remove `next-auth` and implement our own Authorization/Authentication system from scratch.
## Server
- [x] tokens
- [x] function
- [x] encryption
- [x] AuthController
- [x] /api/auth/sign-in
- [x] /api/auth/sign-out
- [x] /api/auth/session
- [x] /api/auth/session (WE SUPPORT MULTI-ACCOUNT!)
- [x] OAuthPlugin
- [x] OAuthController
- [x] /oauth/login
- [x] /oauth/callback
- [x] Providers
- [x] Google
- [x] GitHub
## Client
- [x] useSession
- [x] cloudSignIn
- [x] cloudSignOut
## NOTE:
Tests will be adding in the future
11 lines
373 B
TypeScript
11 lines
373 B
TypeScript
/* eslint-disable simple-import-sort/imports */
|
|
// Auto generated, do not edit manually
|
|
import json_0 from './onboarding/info.json';
|
|
import json_1 from './onboarding/blob.json';
|
|
import json_2 from './onboarding/W-d9_llZ6rE-qoTiHKTk4.snapshot.json';
|
|
|
|
export const onboarding = {
|
|
'info.json': json_0,
|
|
'blob.json': json_1,
|
|
'W-d9_llZ6rE-qoTiHKTk4.snapshot.json': json_2
|
|
} |