An open API service indexing awesome lists of open source software.

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"

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
```