Sign inSign up

whereuatninja/website

By whereuatninja

Updated over 10 years ago

website for whereuat.ninja

Image
0

1.2K

whereuatninja/website repository overview

Auth0 + NodeJS Seed

This is the seed project you need to use if you're going to create regular NodeJS web application. If you want to create a NodeJS API to use with your SPA or mobile app, please check this other seed project

This example is deployed at Heroku at http://auth0-nodejs-webapp-sample.herokuapp.com/

#Running the example In order to run the example you need to have npm and NodeJS installed.

Now, run npm install to install the dependencies.

You also need to set the ClientSecret, ClientId and Domain for your Auth0 app as environment variables with the following names respectively: AUTH0_CLIENT_SECRET, AUTH0_CLIENT_ID and AUTH0_DOMAIN.

For that, if you just create a file named .env in the directory and set the values like the following, the app will just work:

# .env file
AUTH0_CLIENT_SECRET=myCoolSecret
AUTH0_CLIENT_ID=myCoolClientId
AUTH0_DOMAIN=myCoolDomain

Once you've set those 3 environment variables, just run npm start and try calling http://localhost:3000/

Tag summary

Content type

Image

Digest

Size

260.1 MB

Last updated

over 10 years ago

docker pull whereuatninja/website