Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 367 Bytes

GitBook "Visitor Authentication" Example

This repository is a small example of an application implementing the GitBook "Visitor authentication".

You can run this repository with:

yarn
GITBOOK_URL=https://mycompany.gitbook.io/myspace/ GITBOOK_JWT_KEY=<key from your repository> node ./server.js