Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-07-25 13:43:56 +03:00
Code Issues 784 Packages Projects Releases 25 Wiki Activity
Files
2d7552aa09f41d019b40de31763ae104ca64f8a4
BookStack/app/Exceptions/ApiAuthException.php

8 lines
97 B
PHP
Raw Normal View History

Extracted API auth into guard Also implemented more elegant solution to allowing session auth for API routes; A new 'StartSessionIfCookieExists' middleware, which wraps the default 'StartSession' middleware will run for API routes which only sets up the session if a session cookie is found on the request. Also decrypts only the session cookie. Also cleaned some TokenController codeclimate warnings.
2019-12-30 14:51:28 +00:00
<?php
namespace BookStack\Exceptions;
Ran phpcbf and updated phpcs.xml
2021-03-07 22:24:05 +00:00
class ApiAuthException extends UnauthorizedException
{
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 21ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API