Bug: web3auth
See original GitHub issueBug
Checklist
- I am not disclosing a vulnerability.
- I have searched through existing issues and the Moralis Forum.
Current Limitation
react-moralis v1.3.1 cannot use web3auth via useMoralis
.
It looks like AuthenticateOptions
is missing clientId
in useMoralis.ts
:
Feature / Enhancement Description
Add clientId
to AuthenticateOptions
in useMoralis.ts
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Issues · Web3Auth/web3auth-web - GitHub
Simple infrastructure that enables Web3 wallets and applications to provide seamless user logins for both mainstream and Web3.0 users.
Read more >Troubleshooting with Web3Auth | Documentation
Explore solutions to common challenges. SDK Errors & Warnings · Webpack 5 Issues · JWT Errors · Error 429 RPC Endpoint.
Read more >Bug Bounty | Documentation - Web3Auth
Bug Bounty | Documentation - Web3Auth. ... Critical, $10,000, Bugs that allow theft of user keys under normal operating conditions, Ex: Ability to...
Read more >SDK Errors & Warnings | Documentation - Web3Auth
Set up / Check verifier status here: https://dashboard.web3auth.io. DEFAULT, There seems to be some bug in the code. Please contact support to fix...
Read more >JWT Errors | Documentation - Web3Auth
Here's the list of those and steps to fix it. Invalid JWT Verifiers ID field. Error occurred while verifying params could not verify...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in the latest version. Make sure to update both
react-moralis
andmoralis
bump