https://github.com/gitbookio/example-visitor-authentication
Minimalist NodeJS application for "Visitor Authentication"
https://github.com/gitbookio/example-visitor-authentication
Last synced: 9 months ago
JSON representation
Minimalist NodeJS application for "Visitor Authentication"
- Host: GitHub
- URL: https://github.com/gitbookio/example-visitor-authentication
- Owner: GitbookIO
- Created: 2020-09-08T14:26:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T12:57:40.000Z (over 2 years ago)
- Last Synced: 2025-04-04T05:11:12.032Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitBook "Visitor Authentication" Example
This repository is a small example of an application implementing the GitBook ["Visitor authentication"](https://docs.gitbook.com/features/visitor-authentication).
You can run this repository with:
```
yarn
GITBOOK_URL=https://mycompany.gitbook.io/myspace/ GITBOOK_JWT_KEY= node ./server.js
```