A web2 <-> web3 integration for authenticating end-users into web2 apps via their crypto wallet. First implementation based on Cardano wallets, but kept as generic as possible to allow plugging other wallets later.
A good part of this project is provided as open source, althoug for security reasons, the oAuth backend is kept private. All the open source components are either in this repo, or in additional npm repos (see below)
Wallet connector JS library @incubiq/siww (https://www.npmjs.com/package/@incubiq/siww) which is delivered as a separate module, as part of this project.
Passport extension @incubiq/passport-wallet (https://www.npmjs.com/package/@incubiq/passport-wallet) which is also delivered as a separate module, as part of this project.
React app. the entire client UI of the SIWW project. This react App uses the wallet connector JS Lib to authenticate user in wallet, and then connects to the oAuth backend for final oAuth2 processing
Sample app: a simple NodeJS app with a full integration of the Sign With Wallet feature is provided in this repo.
To sample app:
The prod app is running on: https://SignWithWallet.com
If you are interested in this project and would like to learn more, help on testing, or give some input on requirements, you are welcome to send email to eric [at] incubiq [dot] com with title [Sign-in with Wallet].