Closed JurajKavka closed 3 years ago
When you want to skip 401 check and do not want to call _onResponseUnauthorized callback, just mark your method in openapi3 with x-skip-401-callback: true. It is especially handy for login() methods...
_onResponseUnauthorized
x-skip-401-callback: true
login()
i made pull reuest to wrong fork sorry
When you want to skip 401 check and do not want to call
_onResponseUnauthorized
callback, just mark your method in openapi3 withx-skip-401-callback: true
. It is especially handy forlogin()
methods...