mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
logout fix
This commit is contained in:
parent
35532b718a
commit
e179b0f20b
@ -23,6 +23,7 @@ function unauthorizedResponse(req, res, text) {
|
||||
function authMiddleware(req, res, next) {
|
||||
const SKIP_AUTH_PATHS = [
|
||||
'/config/get',
|
||||
'/config/logout',
|
||||
'/config/get-settings',
|
||||
'/auth/oauth-token',
|
||||
'/auth/login',
|
||||
|
Loading…
Reference in New Issue
Block a user