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

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 (235) hide show
  1. package/dist/index.min.css +2 -0
  2. package/dist/index.min.js +2 -0
  3. package/dist/index.min.js.LICENSE.txt +71 -0
  4. package/{components/ShieldSpin/loading.svg → dist/static/media/loading.4a67a5f3.svg} +0 -0
  5. package/lib/index.d.ts +2108 -118
  6. package/lib/index.min.css +2 -2
  7. package/lib/index.min.js +1 -1
  8. package/lib/index.min.js.LICENSE.txt +2 -0
  9. package/package.json +32 -10
  10. package/.eslintignore +0 -6
  11. package/.eslintrc.js +0 -7
  12. package/.prettierrc +0 -5
  13. package/.vscode/settings.json +0 -31
  14. package/build/favicon.ico +0 -0
  15. package/build/logo192.png +0 -0
  16. package/build/logo512.png +0 -0
  17. package/build/manifest.json +0 -25
  18. package/build/robots.txt +0 -3
  19. package/components/AuthingDropdown/index.tsx +0 -52
  20. package/components/AuthingDropdown/style.less +0 -43
  21. package/components/AuthingGuard/AppMFALayout/index.tsx +0 -74
  22. package/components/AuthingGuard/AppMFALayout/style.less +0 -12
  23. package/components/AuthingGuard/CompleteUserInfoLayout/index.tsx +0 -29
  24. package/components/AuthingGuard/CompleteUserInfoLayout/style.less +0 -8
  25. package/components/AuthingGuard/Forms/ADLoginForm/index.tsx +0 -117
  26. package/components/AuthingGuard/Forms/Agreements/index.tsx +0 -81
  27. package/components/AuthingGuard/Forms/Agreements/style.less +0 -44
  28. package/components/AuthingGuard/Forms/CompleteUserInfoForm/index.tsx +0 -139
  29. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/CheckEmailForm.tsx +0 -84
  30. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/VerifyCodeForm.tsx +0 -116
  31. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/index.tsx +0 -40
  32. package/components/AuthingGuard/Forms/EmailMfaVerifyForm/style.less +0 -0
  33. package/components/AuthingGuard/Forms/EmailRegisterForm/index.tsx +0 -181
  34. package/components/AuthingGuard/Forms/EmailRegisterForm/style.less +0 -0
  35. package/components/AuthingGuard/Forms/LdapLoginForm/index.tsx +0 -166
  36. package/components/AuthingGuard/Forms/LdapLoginForm/style.less +0 -0
  37. package/components/AuthingGuard/Forms/LoginFormFooter/index.tsx +0 -76
  38. package/components/AuthingGuard/Forms/LoginFormFooter/style.less +0 -6
  39. package/components/AuthingGuard/Forms/MfaResetCodeForm/Step1.tsx +0 -86
  40. package/components/AuthingGuard/Forms/MfaResetCodeForm/Step2.tsx +0 -53
  41. package/components/AuthingGuard/Forms/MfaResetCodeForm/index.tsx +0 -65
  42. package/components/AuthingGuard/Forms/MfaResetCodeForm/style.less +0 -20
  43. package/components/AuthingGuard/Forms/MfaVerifyForm/index.tsx +0 -105
  44. package/components/AuthingGuard/Forms/MfaVerifyForm/style.less +0 -12
  45. package/components/AuthingGuard/Forms/PasswordLoginForm/index.tsx +0 -261
  46. package/components/AuthingGuard/Forms/PhoneCodeLoginForm/index.tsx +0 -133
  47. package/components/AuthingGuard/Forms/PhoneRegisterForm/index.tsx +0 -202
  48. package/components/AuthingGuard/Forms/QrCodeLoginForm/index.tsx +0 -59
  49. package/components/AuthingGuard/Forms/QrCodeLoginForm/style.less +0 -14
  50. package/components/AuthingGuard/Forms/RegisterFormFooter/index.tsx +0 -56
  51. package/components/AuthingGuard/Forms/RegisterFormFooter/style.less +0 -0
  52. package/components/AuthingGuard/Forms/ResetPwdForm/Footer.tsx +0 -21
  53. package/components/AuthingGuard/Forms/ResetPwdForm/Step1.tsx +0 -86
  54. package/components/AuthingGuard/Forms/ResetPwdForm/Step2.tsx +0 -127
  55. package/components/AuthingGuard/Forms/ResetPwdForm/Step3.tsx +0 -141
  56. package/components/AuthingGuard/Forms/ResetPwdForm/Step4.tsx +0 -51
  57. package/components/AuthingGuard/Forms/ResetPwdForm/index.tsx +0 -96
  58. package/components/AuthingGuard/Forms/ResetPwdForm/style.less +0 -3
  59. package/components/AuthingGuard/Forms/SendPhoneCode/SendCodeBtn.tsx +0 -88
  60. package/components/AuthingGuard/Forms/SendPhoneCode/index.tsx +0 -50
  61. package/components/AuthingGuard/Forms/SendPhoneCode/style.less +0 -26
  62. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/CheckPhoneForm.tsx +0 -86
  63. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/VerifyCodeForm.tsx +0 -113
  64. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/index.tsx +0 -40
  65. package/components/AuthingGuard/Forms/SmsMfaVerifyForm/style.less +0 -3
  66. package/components/AuthingGuard/Forms/SocialAndIdpLogin/index.tsx +0 -325
  67. package/components/AuthingGuard/Forms/SocialAndIdpLogin/style.less +0 -75
  68. package/components/AuthingGuard/Forms/UploadImage/index.tsx +0 -70
  69. package/components/AuthingGuard/Forms/index.ts +0 -13
  70. package/components/AuthingGuard/GuardLayout/index.tsx +0 -474
  71. package/components/AuthingGuard/GuardLayout/style.less +0 -111
  72. package/components/AuthingGuard/Header/index.tsx +0 -25
  73. package/components/AuthingGuard/Header/style.less +0 -52
  74. package/components/AuthingGuard/IconFont/iconfont.js +0 -74
  75. package/components/AuthingGuard/IconFont/index.tsx +0 -19
  76. package/components/AuthingGuard/IconFont/style.less +0 -6
  77. package/components/AuthingGuard/IconFont/svg.js +0 -2
  78. package/components/AuthingGuard/LoginLayout/index.tsx +0 -161
  79. package/components/AuthingGuard/LoginLayout/style.less +0 -0
  80. package/components/AuthingGuard/MfaLayout/Steps.ts +0 -4
  81. package/components/AuthingGuard/MfaLayout/index.tsx +0 -49
  82. package/components/AuthingGuard/MfaLayout/style.less +0 -3
  83. package/components/AuthingGuard/RegisterLayout/index.tsx +0 -89
  84. package/components/AuthingGuard/RegisterLayout/style.less +0 -0
  85. package/components/AuthingGuard/ResetPwdLayout/index.tsx +0 -20
  86. package/components/AuthingGuard/ToggleLang/index.tsx +0 -51
  87. package/components/AuthingGuard/api/appConfig.ts +0 -146
  88. package/components/AuthingGuard/api/index.ts +0 -3
  89. package/components/AuthingGuard/api/sso.ts +0 -29
  90. package/components/AuthingGuard/api/userPoolConfig.ts +0 -111
  91. package/components/AuthingGuard/constants.ts +0 -105
  92. package/components/AuthingGuard/hooks/index.tsx +0 -70
  93. package/components/AuthingGuard/hooks/useScreenSize.tsx +0 -68
  94. package/components/AuthingGuard/index.tsx +0 -126
  95. package/components/AuthingGuard/style.less +0 -103
  96. package/components/AuthingGuard/types/Forms.ts +0 -94
  97. package/components/AuthingGuard/types/GuardConfig.ts +0 -420
  98. package/components/AuthingGuard/types/GuardState.ts +0 -7
  99. package/components/AuthingGuard/types/Locales.ts +0 -12
  100. package/components/AuthingGuard/types/index.ts +0 -4
  101. package/components/AuthingTabs/index.tsx +0 -98
  102. package/components/AuthingTabs/style.less +0 -135
  103. package/components/BindTotp/core/bindSuccess.tsx +0 -61
  104. package/components/BindTotp/core/securityCode.tsx +0 -119
  105. package/components/BindTotp/index.tsx +0 -134
  106. package/components/BindTotp/props.ts +0 -30
  107. package/components/BindTotp/styles.less +0 -56
  108. package/components/ChangeLanguage/index.tsx +0 -35
  109. package/components/ChangePassword/core/firstLoginReset.tsx +0 -104
  110. package/components/ChangePassword/core/rotateReset.tsx +0 -114
  111. package/components/ChangePassword/index.tsx +0 -59
  112. package/components/CompleteInfo/core/completeInfo.tsx +0 -155
  113. package/components/CompleteInfo/index.tsx +0 -45
  114. package/components/CompleteInfo/props.ts +0 -40
  115. package/components/CompleteInfo/styles.less +0 -7
  116. package/components/CompleteUserInfo/index.tsx +0 -49
  117. package/components/CompleteUserInfo/props.ts +0 -25
  118. package/components/ComponentsRender/index.back +0 -64
  119. package/components/CopyAbleText/index.tsx +0 -54
  120. package/components/CopyAbleText/style.less +0 -13
  121. package/components/DownloadAuthenticator/index.tsx +0 -97
  122. package/components/DownloadAuthenticator/props.ts +0 -22
  123. package/components/DownloadAuthenticator/styles.less +0 -52
  124. package/components/ForgetPassword/core/resetPassword.tsx +0 -150
  125. package/components/ForgetPassword/index.tsx +0 -51
  126. package/components/Guard/Guard.tsx +0 -226
  127. package/components/Guard/authClient.ts +0 -55
  128. package/components/Guard/config.ts +0 -19
  129. package/components/Guard/event.ts +0 -18
  130. package/components/Guard/index.tsx +0 -10
  131. package/components/Guard/module.ts +0 -19
  132. package/components/Guard/stateMachine.ts +0 -133
  133. package/components/Guard/styles.less +0 -444
  134. package/components/IconFont/iconfont.js +0 -74
  135. package/components/IconFont/index.tsx +0 -16
  136. package/components/IconFont/style.less +0 -6
  137. package/components/IconFont/svg.js +0 -2
  138. package/components/ImagePro/index.tsx +0 -52
  139. package/components/ImagePro/styles.less +0 -40
  140. package/components/Login/codemap.ts +0 -35
  141. package/components/Login/core/withAD.tsx +0 -9
  142. package/components/Login/core/withAppQrcode.tsx +0 -49
  143. package/components/Login/core/withLDAP.tsx +0 -145
  144. package/components/Login/core/withPassword.tsx +0 -176
  145. package/components/Login/core/withPhonecode.tsx +0 -135
  146. package/components/Login/core/withWechatMiniQrcode.tsx +0 -60
  147. package/components/Login/core/withWechatmpQrcode.tsx +0 -53
  148. package/components/Login/index.tsx +0 -359
  149. package/components/Login/props.ts +0 -90
  150. package/components/Login/socialLogin/index.tsx +0 -413
  151. package/components/Login/socialLogin/style.less +0 -61
  152. package/components/Login/styles.less +0 -53
  153. package/components/MFA/codemap.ts +0 -21
  154. package/components/MFA/core/email.tsx +0 -226
  155. package/components/MFA/core/face.tsx +0 -297
  156. package/components/MFA/core/face_deps.tsx +0 -37
  157. package/components/MFA/core/sms.tsx +0 -222
  158. package/components/MFA/core/totp.tsx +0 -137
  159. package/components/MFA/index.tsx +0 -135
  160. package/components/MFA/mfaMethods/index.tsx +0 -81
  161. package/components/MFA/mfaMethods/style.less +0 -39
  162. package/components/MFA/props.ts +0 -51
  163. package/components/MFA/styles.less +0 -92
  164. package/components/NeedHelpView/core/describeQuestions.tsx +0 -227
  165. package/components/NeedHelpView/index.tsx +0 -99
  166. package/components/RecoveryCode/core/useCode.tsx +0 -71
  167. package/components/RecoveryCode/index.tsx +0 -27
  168. package/components/RecoveryCode/interface.ts +0 -31
  169. package/components/RecoveryCode/style.less +0 -13
  170. package/components/Register/codemap.ts +0 -16
  171. package/components/Register/components/Agreements/index.tsx +0 -81
  172. package/components/Register/components/Agreements/style.less +0 -44
  173. package/components/Register/core/WithEmail.tsx +0 -250
  174. package/components/Register/core/WithPhone.tsx +0 -190
  175. package/components/Register/index.tsx +0 -122
  176. package/components/Register/props.ts +0 -50
  177. package/components/SendCode/SendCodeBtn.tsx +0 -96
  178. package/components/SendCode/index.tsx +0 -98
  179. package/components/SendCode/style.less +0 -31
  180. package/components/ShieldSpin/index.tsx +0 -27
  181. package/components/SubmitButton/index.tsx +0 -50
  182. package/components/Type/index.ts +0 -61
  183. package/components/VerifyCodeInput/index.tsx +0 -76
  184. package/components/VerifyCodeInput/style.less +0 -24
  185. package/components/_utils/GuardErrorCode.ts +0 -8
  186. package/components/_utils/clipboard.ts +0 -27
  187. package/components/_utils/config.ts +0 -123
  188. package/components/_utils/guradHttp.ts +0 -93
  189. package/components/_utils/hooks/index.ts +0 -56
  190. package/components/_utils/http.ts +0 -85
  191. package/components/_utils/index.ts +0 -310
  192. package/components/_utils/locales/en/common.json +0 -218
  193. package/components/_utils/locales/en/index.ts +0 -6
  194. package/components/_utils/locales/en/login.json +0 -95
  195. package/components/_utils/locales/en/map.json +0 -4
  196. package/components/_utils/locales/en/user.json +0 -82
  197. package/components/_utils/locales/index.ts +0 -45
  198. package/components/_utils/locales/zh/common.json +0 -218
  199. package/components/_utils/locales/zh/index.ts +0 -6
  200. package/components/_utils/locales/zh/login.json +0 -95
  201. package/components/_utils/locales/zh/map.json +0 -4
  202. package/components/_utils/locales/zh/user.json +0 -82
  203. package/components/_utils/popupCenter.ts +0 -48
  204. package/components/context/base.tsx +0 -28
  205. package/components/context/global/context.tsx +0 -39
  206. package/components/context/global/reducer.tsx +0 -56
  207. package/components/context/module/context.tsx +0 -23
  208. package/components/index.ts +0 -10
  209. package/config/antdReplacer.js +0 -51
  210. package/config/env.js +0 -104
  211. package/config/getHttpsConfig.js +0 -66
  212. package/config/jest/cssTransform.js +0 -14
  213. package/config/jest/fileTransform.js +0 -40
  214. package/config/modules.js +0 -134
  215. package/config/paths.js +0 -71
  216. package/config/pnpTs.js +0 -35
  217. package/config/webpack.config.js +0 -835
  218. package/config/webpackDevServer.config.js +0 -130
  219. package/examples.tsx +0 -100
  220. package/index.js +0 -1
  221. package/logo.svg +0 -7
  222. package/public/favicon.ico +0 -0
  223. package/public/index.html +0 -43
  224. package/public/logo192.png +0 -0
  225. package/public/logo512.png +0 -0
  226. package/public/manifest.json +0 -25
  227. package/public/robots.txt +0 -3
  228. package/react-app-env.d.ts +0 -71
  229. package/reportWebVitals.ts +0 -15
  230. package/scripts/build.js +0 -208
  231. package/scripts/lib.js +0 -200
  232. package/scripts/start.js +0 -162
  233. package/scripts/test.js +0 -49
  234. package/setupTests.ts +0 -5
  235. 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
- }