First, create an .env
file using the env.example
file:
cp env.example .env
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open https://localhost:3000?seminaltype=seminalid&test=seminaltestparam with your browser to see the result.
Clicking on login button redirects to the auth0 universal page. Scroll down to the page to see the custom parameters printed in the bottom of the page with the wheatish background using the auth0 login page template.
Passing the custom params from the search param in "src\app\page.tsx" which is not working.
Passing from the src\auth.config.ts works. i want to pass the dynamic params.