config/nginx.auth.conf: add support refresh token

This commit is contained in:
vchikalkin 2024-01-16 14:21:18 +03:00
parent 15894b6043
commit 92b7526700

View File

@ -42,6 +42,7 @@ server {
proxy_pass_request_body off;
proxy_set_header Content-Length "";
proxy_set_header refresh-token $refresh_token;
proxy_set_header auth-mode $AUTH_MODE;
proxy_intercept_errors on;
}