Skip to content

nandhini-wdev/seminal-auth0-next-auth

Repository files navigation

seminal-auth0-next-auth

Getting Started

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.

How to

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.

Issue

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published