@authing/react-ui-components 3.0.0-alpha → 3.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/lib/index.d.ts +781 -110
  2. package/lib/index.min.css +2 -2
  3. package/lib/index.min.js +1 -1
  4. package/lib/index.min.js.LICENSE.txt +2 -0
  5. package/package.json +34 -12
  6. package/.eslintignore +0 -6
  7. package/.eslintrc.js +0 -7
  8. package/.prettierrc +0 -5
  9. package/.vscode/settings.json +0 -31
  10. package/build/favicon.ico +0 -0
  11. package/build/logo192.png +0 -0
  12. package/build/logo512.png +0 -0
  13. package/build/manifest.json +0 -25
  14. package/build/robots.txt +0 -3
  15. package/components/AuthingDropdown/index.tsx +0 -52
  16. package/components/AuthingDropdown/style.less +0 -43
  17. package/components/AuthingGuard/AppMFALayout/index.tsx +0 -74
  18. package/components/AuthingGuard/AppMFALayout/style.less +0 -12
  19. package/components/AuthingGuard/CompleteUserInfoLayout/index.tsx +0 -29
  20. package/components/AuthingGuard/CompleteUserInfoLayout/style.less +0 -8
  21. package/components/AuthingGuard/Forms/ADLoginForm/index.tsx +0 -117
  22. package/components/AuthingGuard/Forms/Agreements/index.tsx +0 -81
  23. package/components/AuthingGuard/Forms/Agreements/style.less +0 -44
  24. package/components/AuthingGuard/Forms/CompleteUserInfoForm/index.tsx +0 -139
  25. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/CheckEmailForm.tsx +0 -84
  26. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.tsx +0 -116
  27. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/index.tsx +0 -40
  28. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/style.less +0 -0
  29. package/components/AuthingGuard/Forms/EmailRegisterForm/index.tsx +0 -181
  30. package/components/AuthingGuard/Forms/EmailRegisterForm/style.less +0 -0
  31. package/components/AuthingGuard/Forms/LdapLoginForm/index.tsx +0 -166
  32. package/components/AuthingGuard/Forms/LdapLoginForm/style.less +0 -0
  33. package/components/AuthingGuard/Forms/LoginFormFooter/index.tsx +0 -76
  34. package/components/AuthingGuard/Forms/LoginFormFooter/style.less +0 -6
  35. package/components/AuthingGuard/Forms/MfaResetCodeForm/Step1.tsx +0 -86
  36. package/components/AuthingGuard/Forms/MfaResetCodeForm/Step2.tsx +0 -53
  37. package/components/AuthingGuard/Forms/MfaResetCodeForm/index.tsx +0 -65
  38. package/components/AuthingGuard/Forms/MfaResetCodeForm/style.less +0 -20
  39. package/components/AuthingGuard/Forms/MfaVerifyForm/index.tsx +0 -105
  40. package/components/AuthingGuard/Forms/MfaVerifyForm/style.less +0 -12
  41. package/components/AuthingGuard/Forms/PasswordLoginForm/index.tsx +0 -261
  42. package/components/AuthingGuard/Forms/PhoneCodeLoginForm/index.tsx +0 -133
  43. package/components/AuthingGuard/Forms/PhoneRegisterForm/index.tsx +0 -202
  44. package/components/AuthingGuard/Forms/QrCodeLoginForm/index.tsx +0 -59
  45. package/components/AuthingGuard/Forms/QrCodeLoginForm/style.less +0 -14
  46. package/components/AuthingGuard/Forms/RegisterFormFooter/index.tsx +0 -56
  47. package/components/AuthingGuard/Forms/RegisterFormFooter/style.less +0 -0
  48. package/components/AuthingGuard/Forms/ResetPwdForm/Footer.tsx +0 -21
  49. package/components/AuthingGuard/Forms/ResetPwdForm/Step1.tsx +0 -86
  50. package/components/AuthingGuard/Forms/ResetPwdForm/Step2.tsx +0 -127
  51. package/components/AuthingGuard/Forms/ResetPwdForm/Step3.tsx +0 -141
  52. package/components/AuthingGuard/Forms/ResetPwdForm/Step4.tsx +0 -51
  53. package/components/AuthingGuard/Forms/ResetPwdForm/index.tsx +0 -96
  54. package/components/AuthingGuard/Forms/ResetPwdForm/style.less +0 -3
  55. package/components/AuthingGuard/Forms/SendPhoneCode/SendCodeBtn.tsx +0 -88
  56. package/components/AuthingGuard/Forms/SendPhoneCode/index.tsx +0 -50
  57. package/components/AuthingGuard/Forms/SendPhoneCode/style.less +0 -26
  58. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/CheckPhoneForm.tsx +0 -86
  59. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.tsx +0 -113
  60. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/index.tsx +0 -40
  61. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/style.less +0 -3
  62. package/components/AuthingGuard/Forms/SocialAndIdpLogin/index.tsx +0 -325
  63. package/components/AuthingGuard/Forms/SocialAndIdpLogin/style.less +0 -75
  64. package/components/AuthingGuard/Forms/UploadImage/index.tsx +0 -70
  65. package/components/AuthingGuard/Forms/index.ts +0 -13
  66. package/components/AuthingGuard/GuardLayout/index.tsx +0 -474
  67. package/components/AuthingGuard/GuardLayout/style.less +0 -111
  68. package/components/AuthingGuard/Header/index.tsx +0 -25
  69. package/components/AuthingGuard/Header/style.less +0 -52
  70. package/components/AuthingGuard/IconFont/iconfont.js +0 -74
  71. package/components/AuthingGuard/IconFont/index.tsx +0 -19
  72. package/components/AuthingGuard/IconFont/style.less +0 -6
  73. package/components/AuthingGuard/IconFont/svg.js +0 -2
  74. package/components/AuthingGuard/LoginLayout/index.tsx +0 -161
  75. package/components/AuthingGuard/LoginLayout/style.less +0 -0
  76. package/components/AuthingGuard/MfaLayout/Steps.ts +0 -4
  77. package/components/AuthingGuard/MfaLayout/index.tsx +0 -49
  78. package/components/AuthingGuard/MfaLayout/style.less +0 -3
  79. package/components/AuthingGuard/RegisterLayout/index.tsx +0 -89
  80. package/components/AuthingGuard/RegisterLayout/style.less +0 -0
  81. package/components/AuthingGuard/ResetPwdLayout/index.tsx +0 -20
  82. package/components/AuthingGuard/ToggleLang/index.tsx +0 -51
  83. package/components/AuthingGuard/api/appConfig.ts +0 -146
  84. package/components/AuthingGuard/api/index.ts +0 -3
  85. package/components/AuthingGuard/api/sso.ts +0 -29
  86. package/components/AuthingGuard/api/userPoolConfig.ts +0 -111
  87. package/components/AuthingGuard/constants.ts +0 -105
  88. package/components/AuthingGuard/hooks/index.tsx +0 -70
  89. package/components/AuthingGuard/hooks/useScreenSize.tsx +0 -68
  90. package/components/AuthingGuard/index.tsx +0 -126
  91. package/components/AuthingGuard/style.less +0 -103
  92. package/components/AuthingGuard/types/Forms.ts +0 -94
  93. package/components/AuthingGuard/types/GuardConfig.ts +0 -420
  94. package/components/AuthingGuard/types/GuardState.ts +0 -7
  95. package/components/AuthingGuard/types/Locales.ts +0 -12
  96. package/components/AuthingGuard/types/index.ts +0 -4
  97. package/components/AuthingTabs/index.tsx +0 -98
  98. package/components/AuthingTabs/style.less +0 -135
  99. package/components/BindTotp/core/bindSuccess.tsx +0 -61
  100. package/components/BindTotp/core/securityCode.tsx +0 -119
  101. package/components/BindTotp/index.tsx +0 -134
  102. package/components/BindTotp/props.ts +0 -30
  103. package/components/BindTotp/styles.less +0 -56
  104. package/components/ChangeLanguage/index.tsx +0 -35
  105. package/components/ChangePassword/core/firstLoginReset.tsx +0 -104
  106. package/components/ChangePassword/core/rotateReset.tsx +0 -114
  107. package/components/ChangePassword/index.tsx +0 -59
  108. package/components/CompleteInfo/core/completeInfo.tsx +0 -155
  109. package/components/CompleteInfo/index.tsx +0 -45
  110. package/components/CompleteInfo/props.ts +0 -40
  111. package/components/CompleteInfo/styles.less +0 -7
  112. package/components/CompleteUserInfo/index.tsx +0 -49
  113. package/components/CompleteUserInfo/props.ts +0 -25
  114. package/components/ComponentsRender/index.back +0 -64
  115. package/components/CopyAbleText/index.tsx +0 -54
  116. package/components/CopyAbleText/style.less +0 -13
  117. package/components/DownloadAuthenticator/index.tsx +0 -97
  118. package/components/DownloadAuthenticator/props.ts +0 -22
  119. package/components/DownloadAuthenticator/styles.less +0 -52
  120. package/components/ForgetPassword/core/resetPassword.tsx +0 -150
  121. package/components/ForgetPassword/index.tsx +0 -51
  122. package/components/Guard/Guard.tsx +0 -226
  123. package/components/Guard/authClient.ts +0 -55
  124. package/components/Guard/config.ts +0 -19
  125. package/components/Guard/event.ts +0 -18
  126. package/components/Guard/index.tsx +0 -10
  127. package/components/Guard/module.ts +0 -19
  128. package/components/Guard/stateMachine.ts +0 -133
  129. package/components/Guard/styles.less +0 -444
  130. package/components/IconFont/iconfont.js +0 -74
  131. package/components/IconFont/index.tsx +0 -16
  132. package/components/IconFont/style.less +0 -6
  133. package/components/IconFont/svg.js +0 -2
  134. package/components/ImagePro/index.tsx +0 -52
  135. package/components/ImagePro/styles.less +0 -40
  136. package/components/Login/codemap.ts +0 -35
  137. package/components/Login/core/withAD.tsx +0 -9
  138. package/components/Login/core/withAppQrcode.tsx +0 -49
  139. package/components/Login/core/withLDAP.tsx +0 -145
  140. package/components/Login/core/withPassword.tsx +0 -176
  141. package/components/Login/core/withPhonecode.tsx +0 -135
  142. package/components/Login/core/withWechatMiniQrcode.tsx +0 -60
  143. package/components/Login/core/withWechatmpQrcode.tsx +0 -53
  144. package/components/Login/index.tsx +0 -359
  145. package/components/Login/props.ts +0 -90
  146. package/components/Login/socialLogin/index.tsx +0 -413
  147. package/components/Login/socialLogin/style.less +0 -61
  148. package/components/Login/styles.less +0 -53
  149. package/components/MFA/codemap.ts +0 -21
  150. package/components/MFA/core/email.tsx +0 -226
  151. package/components/MFA/core/face.tsx +0 -297
  152. package/components/MFA/core/face_deps.tsx +0 -37
  153. package/components/MFA/core/sms.tsx +0 -222
  154. package/components/MFA/core/totp.tsx +0 -137
  155. package/components/MFA/index.tsx +0 -135
  156. package/components/MFA/mfaMethods/index.tsx +0 -81
  157. package/components/MFA/mfaMethods/style.less +0 -39
  158. package/components/MFA/props.ts +0 -51
  159. package/components/MFA/styles.less +0 -92
  160. package/components/NeedHelpView/core/describeQuestions.tsx +0 -227
  161. package/components/NeedHelpView/index.tsx +0 -99
  162. package/components/RecoveryCode/core/useCode.tsx +0 -71
  163. package/components/RecoveryCode/index.tsx +0 -27
  164. package/components/RecoveryCode/interface.ts +0 -31
  165. package/components/RecoveryCode/style.less +0 -13
  166. package/components/Register/codemap.ts +0 -16
  167. package/components/Register/components/Agreements/index.tsx +0 -81
  168. package/components/Register/components/Agreements/style.less +0 -44
  169. package/components/Register/core/WithEmail.tsx +0 -250
  170. package/components/Register/core/WithPhone.tsx +0 -190
  171. package/components/Register/index.tsx +0 -122
  172. package/components/Register/props.ts +0 -50
  173. package/components/SendCode/SendCodeBtn.tsx +0 -96
  174. package/components/SendCode/index.tsx +0 -98
  175. package/components/SendCode/style.less +0 -31
  176. package/components/ShieldSpin/index.tsx +0 -27
  177. package/components/ShieldSpin/loading.svg +0 -29
  178. package/components/SubmitButton/index.tsx +0 -50
  179. package/components/Type/index.ts +0 -61
  180. package/components/VerifyCodeInput/index.tsx +0 -76
  181. package/components/VerifyCodeInput/style.less +0 -24
  182. package/components/_utils/GuardErrorCode.ts +0 -8
  183. package/components/_utils/clipboard.ts +0 -27
  184. package/components/_utils/config.ts +0 -123
  185. package/components/_utils/guradHttp.ts +0 -93
  186. package/components/_utils/hooks/index.ts +0 -56
  187. package/components/_utils/http.ts +0 -85
  188. package/components/_utils/index.ts +0 -310
  189. package/components/_utils/locales/en/common.json +0 -218
  190. package/components/_utils/locales/en/index.ts +0 -6
  191. package/components/_utils/locales/en/login.json +0 -95
  192. package/components/_utils/locales/en/map.json +0 -4
  193. package/components/_utils/locales/en/user.json +0 -82
  194. package/components/_utils/locales/index.ts +0 -45
  195. package/components/_utils/locales/zh/common.json +0 -218
  196. package/components/_utils/locales/zh/index.ts +0 -6
  197. package/components/_utils/locales/zh/login.json +0 -95
  198. package/components/_utils/locales/zh/map.json +0 -4
  199. package/components/_utils/locales/zh/user.json +0 -82
  200. package/components/_utils/popupCenter.ts +0 -48
  201. package/components/context/base.tsx +0 -28
  202. package/components/context/global/context.tsx +0 -39
  203. package/components/context/global/reducer.tsx +0 -56
  204. package/components/context/module/context.tsx +0 -23
  205. package/components/index.ts +0 -10
  206. package/config/antdReplacer.js +0 -51
  207. package/config/env.js +0 -104
  208. package/config/getHttpsConfig.js +0 -66
  209. package/config/jest/cssTransform.js +0 -14
  210. package/config/jest/fileTransform.js +0 -40
  211. package/config/modules.js +0 -134
  212. package/config/paths.js +0 -71
  213. package/config/pnpTs.js +0 -35
  214. package/config/webpack.config.js +0 -835
  215. package/config/webpackDevServer.config.js +0 -130
  216. package/examples.tsx +0 -100
  217. package/index.js +0 -1
  218. package/logo.svg +0 -7
  219. package/public/favicon.ico +0 -0
  220. package/public/index.html +0 -43
  221. package/public/logo192.png +0 -0
  222. package/public/logo512.png +0 -0
  223. package/public/manifest.json +0 -25
  224. package/public/robots.txt +0 -3
  225. package/react-app-env.d.ts +0 -71
  226. package/reportWebVitals.ts +0 -15
  227. package/scripts/build.js +0 -208
  228. package/scripts/lib.js +0 -200
  229. package/scripts/start.js +0 -162
  230. package/scripts/test.js +0 -49
  231. package/setupTests.ts +0 -5
  232. package/tsconfig.json +0 -30
@@ -1,413 +0,0 @@
1
- import { Button, message, Space, Tooltip } from 'antd'
2
- import Avatar from 'antd/lib/avatar/avatar'
3
- import { Protocol, SocialConnectionProvider } from 'authing-js-sdk'
4
- import { Lang } from 'authing-js-sdk/build/main/types'
5
- import qs from 'qs'
6
- import React, { useEffect } from 'react'
7
- import { useTranslation } from 'react-i18next'
8
- import shortid from 'shortid'
9
- import { i18n } from '../../_utils/locales'
10
- import { isWechatBrowser, popupCenter } from '../../_utils'
11
- import { useGuardHttp } from '../../_utils/guradHttp'
12
- import {
13
- ApplicationConfig,
14
- IAzureAdConnectionConfig,
15
- ICasConnectionConfig,
16
- IOAuthConnectionConfig,
17
- ISamlConnectionConfig,
18
- OIDCConnectionConfig,
19
- SocialConnectionItem,
20
- } from '../../AuthingGuard/api'
21
- import {
22
- APP_MFA_CODE,
23
- HIDE_SOCIALS,
24
- OTP_MFA_CODE,
25
- } from '../../AuthingGuard/constants'
26
- import { useScreenSize } from '../../AuthingGuard/hooks/useScreenSize'
27
- import { useAuthClient } from '../../Guard/authClient'
28
- import { IconFont } from '../../IconFont'
29
- import { LoginConfig } from '../props'
30
- import './style.less'
31
-
32
- export interface SocialLoginProps {
33
- appId: string
34
- config: LoginConfig
35
- onLogin: any
36
- }
37
-
38
- export const SocialLogin: React.FC<SocialLoginProps> = ({
39
- appId,
40
- config,
41
- onLogin: onGuardLogin,
42
- }) => {
43
- const noLoginMethods = !config.loginMethods.length
44
-
45
- const userPoolId = config.__publicConfig__?.userPoolId
46
-
47
- const publicConfig = config.__publicConfig__
48
-
49
- const { t } = useTranslation()
50
-
51
- const { post } = useGuardHttp()
52
-
53
- const [screenSize] = useScreenSize()
54
-
55
- const authClient = useAuthClient()
56
-
57
- useEffect(() => {
58
- const onMessage = (evt: MessageEvent) => {
59
- // TODO: event.origin是指发送的消息源,一定要进行验证!!!
60
-
61
- const { code, message: errMsg, data, event } = evt.data
62
-
63
- const { source, eventType } = event || {}
64
-
65
- // 社会化登录是用 authing-js-sdk 实现的,不用再在这里回调了
66
- if (source === 'authing' && eventType === 'socialLogin') {
67
- return
68
- }
69
-
70
- try {
71
- const parsedMsg = JSON.parse(errMsg)
72
- const { code: authingCode } = parsedMsg
73
- if ([OTP_MFA_CODE, APP_MFA_CODE].includes(authingCode)) {
74
- // onFail(parsedMsg)
75
- // TODO
76
- return
77
- }
78
- } catch (e) {
79
- // do nothing...
80
- }
81
-
82
- if (code !== undefined) {
83
- if (code === 200) {
84
- localStorage.setItem('_authing_token', data?.token)
85
- // onSuccess(data)
86
- // TODO
87
- } else {
88
- message.error(errMsg)
89
- }
90
- }
91
- }
92
- window.addEventListener('message', onMessage)
93
- return () => {
94
- window.removeEventListener('message', onMessage)
95
- }
96
- }, [])
97
-
98
- let enterpriseConnectionObjs: ApplicationConfig['identityProviders']
99
-
100
- if (config.enterpriseConnections) {
101
- enterpriseConnectionObjs =
102
- config.__publicConfig__?.identityProviders?.filter?.((item) =>
103
- config.enterpriseConnections!.includes(item.identifier)
104
- ) || []
105
- } else {
106
- enterpriseConnectionObjs = config.__publicConfig__?.identityProviders || []
107
- }
108
-
109
- const idpButtons = enterpriseConnectionObjs.map((i) => {
110
- if (i.protocol === Protocol.OIDC) {
111
- const configItem = i.config as OIDCConnectionConfig
112
- const state = shortid.generate()
113
-
114
- const query = qs.stringify({
115
- client_id: configItem.clientId,
116
- redirect_uri: configItem.redirectUri,
117
- scope: configItem.scopes,
118
- response_type: configItem.responseType,
119
- state,
120
- nonce: shortid.generate(),
121
- })
122
- const url = `${configItem.authorizationEdpoint}?${query}`
123
-
124
- return (
125
- <Button
126
- key={i.identifier}
127
- className="g2-guard-third-login-btn"
128
- block
129
- size="large"
130
- icon={<Avatar size={20} src={i.logo} style={{ marginRight: 8 }} />}
131
- onClick={async () => {
132
- await post('/api/v2/connections/oidc/start-interaction', {
133
- state,
134
- protocol: i.protocol,
135
- userPoolId,
136
- appId,
137
- referer: window.location.href,
138
- connection: { providerIentifier: i.identifier },
139
- })
140
- popupCenter(url)
141
- }}
142
- >
143
- {t('login.loginBy', {
144
- name: i.displayName,
145
- })}
146
- </Button>
147
- )
148
- } else if (i.protocol === Protocol.SAML) {
149
- const config = i.config as ISamlConnectionConfig
150
- return (
151
- <Button
152
- key={i.identifier}
153
- className="g2-guard-third-login-btn"
154
- block
155
- size="large"
156
- icon={<Avatar size={20} src={i.logo} style={{ marginRight: 8 }} />}
157
- onClick={async () => {
158
- popupCenter(config.samlRequest!)
159
- }}
160
- >
161
- {t('login.loginBy', {
162
- name: i.displayName,
163
- })}
164
- </Button>
165
- )
166
- } else if (i.protocol === Protocol.CAS) {
167
- const config = i.config as ICasConnectionConfig
168
-
169
- return (
170
- <Button
171
- key={i.identifier}
172
- className="g2-guard-third-login-btn"
173
- block
174
- size="large"
175
- icon={<Avatar size={20} src={i.logo} style={{ marginRight: 8 }} />}
176
- onClick={async () => {
177
- popupCenter(config.casConnectionLoginUrl!)
178
- }}
179
- >
180
- {t('login.loginBy', {
181
- name: i.displayName,
182
- })}
183
- </Button>
184
- )
185
- } else if (i.protocol === Protocol.OAUTH) {
186
- const config = i.config as IOAuthConnectionConfig
187
-
188
- return (
189
- <Button
190
- key={i.identifier}
191
- className="g2-guard-third-login-btn"
192
- block
193
- size="large"
194
- icon={<Avatar size={20} src={i.logo} style={{ marginRight: 8 }} />}
195
- onClick={async () => {
196
- popupCenter(config.authUrl!)
197
- }}
198
- >
199
- {t('login.loginBy', {
200
- name: i.displayName,
201
- })}
202
- </Button>
203
- )
204
- } else if (i.protocol === Protocol.AZURE_AD) {
205
- const configItem = i.config as IAzureAdConnectionConfig
206
- return (
207
- <Button
208
- key={i.identifier}
209
- className="g2-guard-third-login-btn"
210
- block
211
- size="large"
212
- icon={<Avatar size={20} src={i.logo} style={{ marginRight: 8 }} />}
213
- onClick={async () => {
214
- popupCenter(configItem.authorizationUrl)
215
- }}
216
- >
217
- {t('login.loginBy', {
218
- name: i.displayName,
219
- })}
220
- </Button>
221
- )
222
- } else {
223
- return null
224
- }
225
- })
226
-
227
- let socialConnectionObjs: SocialConnectionItem[]
228
-
229
- if (!config.socialConnections) {
230
- socialConnectionObjs = [...(publicConfig?.socialConnections || [])]
231
- } else {
232
- const socials = config.socialConnections
233
- socialConnectionObjs =
234
- publicConfig?.socialConnections?.filter?.((item) =>
235
- socials.includes(item.provider)
236
- ) ?? []
237
- }
238
-
239
- // 某些社会化登录会在 tabs 中显示,或者无法在 Guard 中使用,所以底部不显示了
240
- socialConnectionObjs = socialConnectionObjs?.filter(
241
- (item) => !HIDE_SOCIALS.includes(item.provider)
242
- )
243
-
244
- const socialLoginButtons = socialConnectionObjs
245
- .filter((item) =>
246
- isWechatBrowser()
247
- ? item.provider === SocialConnectionProvider.WECHATMP
248
- : item.provider !== SocialConnectionProvider.WECHATMP
249
- )
250
- .map((item) => {
251
- const iconType = `authing-${item.provider.replace(/:/g, '-')}`
252
-
253
- const authorization_params: Record<string, any> = {}
254
- if (item.provider === SocialConnectionProvider.BAIDU) {
255
- authorization_params.display = screenSize
256
- }
257
-
258
- const onLogin = () => {
259
- authClient.social.authorize(item.provider, {
260
- onSuccess(user) {
261
- // TODO
262
- // onSuccess(user)
263
- onGuardLogin(200, user)
264
- },
265
- onError(code, msg) {
266
- try {
267
- const parsedMsg = JSON.parse(msg)
268
- const {
269
- code: authingCode,
270
- message: authingMessage,
271
- data: authingData,
272
- } = parsedMsg
273
- // if ([OTP_MFA_CODE, APP_MFA_CODE].includes(authingCode)) {
274
- // // TODO
275
- // onGuardLogin(authingCode, authingData, authingMessage)
276
- // return
277
- // }
278
- onGuardLogin(authingCode, authingData, authingMessage)
279
- } catch (e) {
280
- // do nothing...
281
- }
282
-
283
- message.error(msg)
284
- },
285
- authorization_params,
286
- })
287
- }
288
-
289
- const shape = config.socialConnectionsBtnShape
290
-
291
- if (shape === 'rectangle') {
292
- return (
293
- <Button
294
- key={item.provider}
295
- block
296
- size="large"
297
- className="g2-guard-third-login-btn"
298
- icon={
299
- <IconFont
300
- type={`${iconType}-fill`}
301
- style={{ fontSize: 20, marginRight: 8 }}
302
- />
303
- }
304
- onClick={onLogin}
305
- style={{
306
- marginBottom: 8,
307
- }}
308
- >
309
- {i18n.language === 'zh-CN'
310
- ? item.name
311
- : item.name_en ?? item.provider}
312
- </Button>
313
- )
314
- } else if (shape === 'round') {
315
- return (
316
- <Tooltip
317
- key={item.provider}
318
- title={item.tooltip?.[i18n.language as Lang] || item.name}
319
- >
320
- <div className="g2-social-login-item" onClick={onLogin}>
321
- <IconFont type={`${iconType}-fill`} />
322
- </div>
323
- </Tooltip>
324
- )
325
- } else {
326
- return noLoginMethods ? (
327
- <Button
328
- key={item.provider}
329
- block
330
- size="large"
331
- className="g2-guard-third-login-btn"
332
- icon={
333
- <IconFont
334
- type={`${iconType}-fill`}
335
- style={{ fontSize: 20, marginRight: 8 }}
336
- />
337
- }
338
- onClick={onLogin}
339
- >
340
- {i18n.language === 'zh-CN'
341
- ? item.name
342
- : item.name_en ?? item.provider}
343
- </Button>
344
- ) : (
345
- <Tooltip
346
- key={item.provider}
347
- title={item.tooltip?.[i18n.language as Lang] || item.name}
348
- >
349
- <div className="g2-social-login-item" onClick={onLogin}>
350
- <IconFont type={`${iconType}-fill`} />
351
- </div>
352
- </Tooltip>
353
- )
354
- }
355
- })
356
- const idp =
357
- enterpriseConnectionObjs.length > 0 ? (
358
- <>
359
- {!noLoginMethods && <div className="g2-social-login-title">OR</div>}
360
- <Space
361
- size={12}
362
- className="g2-guard-full-width-space"
363
- direction="vertical"
364
- >
365
- {idpButtons}
366
- </Space>
367
- </>
368
- ) : null
369
-
370
- // let socialLogin
371
- // const shape = config.socialConnectionsBtnShape
372
-
373
- const socialLogin =
374
- socialLoginButtons.length > 0 && noLoginMethods ? (
375
- <Space
376
- size={12}
377
- className="g2-guard-full-width-space no-login-methods"
378
- direction="vertical"
379
- >
380
- {socialLoginButtons}
381
- </Space>
382
- ) : (
383
- socialLoginButtons.length > 0 && (
384
- <>
385
- <div className="g2-social-login-title">
386
- {t('login.thridAccLogin')}
387
- </div>
388
- <div className="g2-social-login-list">{socialLoginButtons}</div>
389
- </>
390
- )
391
- )
392
-
393
- return (
394
- <>
395
- {!noLoginMethods && (
396
- <div
397
- style={{
398
- flex: 1,
399
- minHeight: 47,
400
- }}
401
- />
402
- )}
403
- <Space
404
- size={12}
405
- direction="vertical"
406
- className="g2-guard-full-width-space"
407
- >
408
- {idp}
409
- {socialLogin}
410
- </Space>
411
- </>
412
- )
413
- }
@@ -1,61 +0,0 @@
1
- .g2-guard-full-width-space {
2
- width: 100%;
3
- }
4
-
5
- .no-login-methods {
6
- padding: 38px;
7
- }
8
-
9
- .g2-guard-third-login-btn {
10
- // display: inline-flex;
11
- border: none !important;
12
- background-color: #f5f6f7 !important;
13
- border-radius: 4px !important;
14
- color: #282d3c !important;
15
- font-size: 14px !important;
16
-
17
- justify-content: center;
18
- align-items: center;
19
- }
20
-
21
- .g2-social-login-item {
22
- display: inline-flex;
23
- margin: 12px;
24
- width: 56px;
25
- height: 48px;
26
- background-color: #f5f6f7;
27
- border-radius: 4px;
28
- justify-content: center;
29
- align-items: center;
30
- cursor: pointer;
31
- user-select: none;
32
-
33
- .g2-icon {
34
- font-size: 24px;
35
- transition: color 0.3s ease-in-out;
36
- }
37
-
38
- &:hover {
39
- background: rgba(84, 89, 104, 0.2);
40
- }
41
- }
42
-
43
- .g2-social-login-title {
44
- text-align: center;
45
- font-size: 14px;
46
- color: #c8c9cc;
47
- }
48
-
49
- .g2-social-login-title::before,
50
- .g2-social-login-title::after {
51
- content: '——';
52
- color: #eeeeee;
53
- margin: 0 11px;
54
- }
55
-
56
- .g2-social-login-list {
57
- display: flex;
58
- flex-wrap: wrap;
59
- justify-content: center;
60
- padding: 0 35px;
61
- }
@@ -1,53 +0,0 @@
1
- .g2-qrcode-switch {
2
- position: absolute;
3
- display: flex;
4
- right: 16px;
5
-
6
- .switch-text {
7
- display: flex;
8
- justify-content: center;
9
- align-items: center;
10
- background: rgba(84, 89, 104, 0.1);
11
- height: 26px;
12
- margin-right: 4px;
13
- font-size: 12px;
14
- padding: 0 12px;
15
- border-radius: 4px;
16
- color: #545968;
17
- }
18
- .switch-img {
19
- &:hover {
20
- .imgae-mask {
21
- border-width: 0;
22
- right: 50px;
23
- top: 50px;
24
- }
25
- }
26
- }
27
- .imgae-mask {
28
- width: 0;
29
- height: 0;
30
- border-style: solid;
31
- border-width: 50px 0 0 50px;
32
- border-color: transparent transparent transparent #fff;
33
- position: absolute;
34
- right: 0;
35
- top: 0;
36
- transition: 0.2s all;
37
- }
38
- .qrcode-switch-image {
39
- // width: 50px;
40
- // height: 50px;
41
- font-size: 50px;
42
- color: #396aff;
43
- cursor: pointer;
44
- }
45
- }
46
-
47
- .authing-g2-login-app-qrcode {
48
- min-height: 288px;
49
- height: 300px;
50
- display: flex;
51
- justify-content: center;
52
- align-items: center;
53
- }
@@ -1,21 +0,0 @@
1
- import { GuardModuleAction, GuardModuleType } from '../Guard/module'
2
-
3
- export const codeMap: Record<number, GuardModuleAction> = {
4
- // 待添加
5
- 2021: {
6
- action: 'changeModule',
7
- module: GuardModuleType.LOGIN,
8
- },
9
- 1700: {
10
- action: 'insideFix',
11
- message: 'verification failed, let components inside fix is fine.',
12
- },
13
- 1701: {
14
- action: 'insideFix',
15
- message: 'verification failed, let components inside fix is fine.',
16
- },
17
- 1702: {
18
- action: 'insideFix',
19
- message: 'verification failed, let components inside fix is fine.',
20
- },
21
- }