mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
feat: SSO (#2414)
* feat: sso button * feat: sso * feat: sso callback url should be a page * feat: sso redirect page * chore: sso fe adjusting
This commit is contained in:
@@ -23,6 +23,7 @@ export const oauthLogin = (params: OauthLoginProps) =>
|
||||
POST<ResLogin>('/proApi/support/user/account/login/oauth', params);
|
||||
export const postFastLogin = (params: FastLoginProps) =>
|
||||
POST<ResLogin>('/proApi/support/user/account/login/fastLogin', params);
|
||||
export const ssoLogin = (params: any) => GET<ResLogin>('/proApi/support/user/account/sso', params);
|
||||
|
||||
export const postRegister = ({
|
||||
username,
|
||||
|
Reference in New Issue
Block a user