do not reauth if we are already logged in

This commit is contained in:
Kay0u 2020-05-21 22:56:52 +02:00
parent 24b3f7dc3a
commit 720e35df4e
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -249,6 +249,7 @@ end
-- via cURL for example.
--
if not is_logged_in then
local auth_header = ngx.req.get_headers()["Authorization"]
if auth_header then
@ -270,6 +271,7 @@ if auth_header then
return hlp.pass()
end
end
end
--
-- 5. Specific files (used in YunoHost)