Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nerahikada/bookstack-jwt-auth
- Owner: Nerahikada
- License: mit
- Created: 2024-01-23T08:37:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-20T05:58:47.000Z (11 months ago)
- Last Synced: 2024-12-16T14:52:03.564Z (about 1 month ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.