thirdweb-auth-next icon indicating copy to clipboard operation
thirdweb-auth-next copied to clipboard

Enable wallet-based login with thirdweb Auth & Next

Results 6 thirdweb-auth-next issues
Sort by recently updated
recently updated
newest added

Hi! I tried to validate my In-App wallet auth via the NextJS server side. I used JWT flow. 1- **Step 1: Connect Wallet**: The user can connect via one of...

ws 8.0.0 - 8.17.0 Severity: high ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q fix available via `npm audit fix --force` Will install...

The signature dialog appeared on the PC but did not display on mobile devices. Does the same issue occur for others? ``` mobile device spec iPhone15 Pro iOS 17.5.1 Metamask...

Previously, the implementation was something like: ```ts import { ThirdwebAuthProvider } from "@thirdweb-dev/auth/next-auth"; export default { providers: [ ThirdwebAuthProvider({ domain: process.env.NEXT_PUBLIC_THIRDWEB_AUTH_DOMAIN || "", }), ] ``` How to achieve this...

Your demo not redirected when push connect button at /connect-button page