mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-07 03:09:44 +03:00
[PR #1908] [MERGED] Added Handle Authorization Header on .htaccess and added a base Shelf API implementation #5920
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BookStackApp/BookStack/pull/1908
Author: @osmansorkar
Created: 2/19/2020
Status: ✅ Merged
Merged: 4/10/2020
Merged by: @ssddanbrown
Base:
master← Head:master📝 Commits (2)
01adf39added Handle Authorization Header on .htaccess to solve Authorization problem get from laravel orginal github ripo1859c79added api functionality to handle book Shelves📊 Changes
3 files changed (+123 additions, -0 deletions)
View changed files
➕
app/Http/Controllers/Api/BookshelfApiController.php(+113 -0)📝
public/.htaccess(+4 -0)📝
routes/api.php(+6 -0)📄 Description
API Authorization problem on my laragon server. I have fixed it by copy and past Handle Authorization Header from this https://github.com/laravel/laravel/blob/master/public/.htaccess.
thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.