The new Massive Multiplayer Set Game using Wundergraph
- Go to Auth0 and create a new application of type "Regular Web Application"
- Skip the Quickstart
- Set the Callback URL on Auth0 to http://localhost:9991/app/main/auth/cookie/callback/auth0
- Copy the
Issuer
,Client ID
andClient Secret
to the clipboard - Rename the
.env.example
file to.env
- Paste the credentials into the
.env
file
Install the dependencies and run the complete example with the following commands:
npm install
npm start
On the NextJS frontend, click the "Login" button. Once the login is complete, you can select your nickname. Afterwards you can create a game and start playing.
Learn how to play Set.