You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: developers/auth-service/core/web.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,15 @@ Auth Core can be integrated with any wallet, platform, chain and social login. Y
23
23
24
24
### **Wallet management**
25
25
26
-
Auth Core will automatically create a crypto wallet without a private key. The security is guaranteed by **MPC (MultiParty Computing) - based threshold signatures**, which is ahead of other technologies.
26
+
Auth Core will automatically create a crypto wallet without a private key. The security is guaranteed by **MPC (Multi-Party Computing) - based threshold signatures**, which is ahead of other technologies.
27
27
28
28
### **Customizable**
29
29
30
-
You can tweak the Auth Core to match your branding. You can pick from a few pre-defined accent colors and borderradius configurations. For more advanced use cases, you can provide in a fully custom theme, render your own button and omit certain features. Dark mode included.
30
+
You can tweak the Auth Core to match your branding. You can pick from a few pre-defined accent colors and border-radius configurations. For more advanced use cases, you can provide in a fully custom theme, render your own button, and omit certain features. Dark mode included.
31
31
32
32
### **Industry standards**
33
33
34
-
For better interoperability with most products, we support use with [web3.js](https://github.com/web3/web3.js), [ethers.js](https://github.com/ethers-io/ethers.js) and [viem](https://github.com/wagmi-dev/viem) — the most commonly used libraries in the space.
34
+
For better interoperability with most products, we support use with [web3.js](https://github.com/web3/web3.js), [ethers.js](https://github.com/ethers-io/ethers.js), and [viem](https://github.com/wagmi-dev/viem) — the most commonly used libraries in the space.
The [Webpack v5](https://webpack.js.org/blog/2020-10-10-webpack-5-release/) bundler used by Create React App [no longer provides Node polyfills](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed), so you'll need to include these modules yourself to satisfy AuthCore's peer dependencies. add below code to webpack config.
68
+
The [Webpack v5](https://webpack.js.org/blog/2020-10-10-webpack-5-release/) bundler used by Create React App [no longer provides Node polyfills](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed), so you'll need to include these modules yourself to satisfy AuthCore's peer dependencies. add the below code to webpack config.
69
69
70
70
```javascript
71
71
@@ -140,7 +140,7 @@ const App = () => {
140
140
141
141
Auth Core Modal will display smart account address and badge when set `erc4337` param, you can use smart account send gasless transaction, refer to [Account Abstraction](../../account-abstraction/web.md).
142
142
143
-
#### Embedd Wallet
143
+
#### Embedded Wallet
144
144
145
145
A fully functional wallet will be embedded in your web page when you set param `wallet`, and you can custom Wallet UI style to match your branding. 
0 commit comments