Skip to content

An example showing how to secure your express apps with OneGraph JWTs

Notifications You must be signed in to change notification settings

OneGraph/onegraph-express-jwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example app showing how to use OneGraph's JWT.

Read more about using OneGraph JWT and express OneGraph AuthGuardian to visually configure your application security.

Running the example

To start the server, find your ONEGRAPH_APP_ID and run:

git clone https://github.com/OneGraph/onegraph-express-jwt-example.git
cd onegraph-express-jwt-example
yarn
ONEGRAPH_APP_ID="<your-app-id>" yarn start

You should be able to use any OneGraph-issued JWT to access http://localhost:8080/ now!

About

An example showing how to secure your express apps with OneGraph JWTs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published