Skip to content

RedoxEngine/nodejs-sso-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a very rough sample application that demostrates validating a JWT in nodejs

To get started:

export SSO_SECRET="<generated in Redox Dashboard>"

cd app

npm install

npm start

The application will be running on http://localhost:8080 by default. The port can be changed by using the PORT environment variable.

To get to the app from Redox we recommedn NGrok

ngrok http 8080 should give you a url you can plug into the Redox dashboard;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published