Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nerahikada/bookstack-jwt-auth

Methods to use jwt auth with BookStack
https://github.com/nerahikada/bookstack-jwt-auth

Last synced: about 1 month ago
JSON representation

Methods to use jwt auth with BookStack

Awesome Lists containing this project

README

        

# bookstack-jwt-auth
A theme to use JWT auth with [BookStack](https://github.com/BookStackApp/BookStack).

## How to use
1. Download this repository and install dependencies
```bash
cd YOUR_BOOKSTACK_DIR/themes
git clone https://github.com/Nerahikada/bookstack-jwt-auth.git
cd bookstack-jwt-auth
composer install
```

2. Edit lines 5 to 7 of `functions.php`.

3. Add `APP_THEME=bookstack-jwt-auth` to the environment variable and start BookStack.