flasgger / flasgger

Easy OpenAPI specs and Swagger UI for your Flask API

Home Page:http://flasgger.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling 302 in api response

phwhite-coh opened this issue · comments

My app is running on a third party platform that manages authentication. If the auth times out, the "try it out" feature in the swagger ui will receive a 302 response for any api. In that case I want to redirect the user to the specified location so they can reauthenticate. Is this possible currently?