-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ modularity
- Loading branch information
Showing
7 changed files
with
48 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,21 +50,21 @@ create a [GitHub Discussion](https://web3auth.io/discussions) and we will take c | |
|
||
- **Which logins should my application support?** | ||
|
||
- You can select from [this list](/auth-provider-setup/verifiers#supported-logins) or use your own custom authentication. There are some nuances | ||
with certain login providers, so don't hesitate to get in touch with us. | ||
- You can select from the above list or use your own custom authentication. There are some nuances with certain login providers, so don't hesitate | ||
to get in touch with us. | ||
|
||
- **Should different logins lead to the same key?** | ||
|
||
- You can choose to connect logins with the same `Verifier ID`. For example if a user uses generic email logins and a gmail login to login on | ||
different occasions he/she can still retrieve the same key. This can only be done on logins which share a common unique identifier for a user. | ||
- You can choose to connect logins with the same `Verifier ID`. For example, if a user uses generic email logins and a Gmail login to log in on | ||
different occasions he/she can still retrieve the same key. This can only be done on logins that share a common unique identifier for a user. | ||
|
||
Read more about aggregating logins [here](/auth-provider-setup/verifiers#aggregating-loginsverifiers). | ||
Read more about aggregating logins [here](/auth-provider-setup/aggregate-verifier). | ||
|
||
- **Can XXXX authenticator/login be supported?** | ||
|
||
- Yes, If you'd like support for a particular login system do send your query over to [email protected] | ||
- If you have any questions, please get in touch with us on [Discord](https://discord.gg/web3auth) or create a | ||
[GitHub Discussion](https://web3auth.io/discussions). | ||
- If you have any questions, please get in touch with us on [Discord](https://discord.gg/web3auth) or create a post on our | ||
[Community Portal](https://web3auth.io/community). | ||
- We'll be happy to help you out! | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The **Core-Kit** provides a more hands-on approach. It allows developers to define and develop their authentication flows, with Web3Auth being | ||
invisible to the end-user. | ||
|
||
**Key Features:** | ||
|
||
- **Customizable UI & UX:** Enables you to build and maintain your own UI & UX for login and MFA. | ||
- **Owning the Infrastructure:** Enables you to own the wallet management and the authentication flow. | ||
- **No Redirection:** Unlike PnP, for Core Kit the wallet management flows are not hosted on `app.openlogin.com`. This means that users will not be | ||
redirected to a different domain for authentication. All the flows can happen within your application. | ||
- **Platform Compatibility:** Available for Web, React Native, iOS and Android. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Web3Auth's **Plug and Play** is designed for efficiency and ease of use, offering predefined UI & UX flows and user-friendly SDKs. | ||
|
||
**Key Features:** | ||
|
||
- **Ease of Integration:** Requires only the initialization of the Web3Auth SDKs and the setup of necessary configurations. | ||
- **Non Custodial:** By default, the SDKs are non-custodial, meaning that users have complete control over their wallets. | ||
- **Pre Generated UX/UI Flows:** For ease of integration, this SDK offers predefined UI/UX flow, with full whitelabeling options. | ||
- **Wallet Aggregator:** Allows you to integrate multiple existing wallets into your application, alongside social logins, to provide users with a | ||
seamless login experience of their choice. | ||
- **Platform Compatibility:** Available for Web, iOS, Android, React Native, Flutter, Unity and Unreal environments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters