mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(server): improve magic link login flow (#10736)
This commit is contained in:
@@ -3,6 +3,7 @@ export interface AuthPlugin {
|
||||
endpoint: string;
|
||||
email: string;
|
||||
token: string;
|
||||
clientNonce?: string;
|
||||
}): Promise<{ token: string }>;
|
||||
signInOauth(options: {
|
||||
endpoint: string;
|
||||
|
||||
Reference in New Issue
Block a user