drf-yasg icon indicating copy to clipboard operation
drf-yasg copied to clipboard

Problem with authorization I can't get endpoints with permissions.

Open jesushd12 opened this issue 6 years ago • 13 comments

Hello, Im having two issues , I'm trying to reproduce the reload page that django rest swagger does when I authorize with a security definition: type: "apiKey", name: "Authorization", in:"header" in settings. But in drf-yash I couldnt get that refresh so I can't get the endpoints that have some permissions based on authorization token.

is this an expected behaviur or i am doing something wrong? and if so how can I get the reload behaviur so I can get the endpoint that has permissions based on token

jesushd12 avatar May 28 '18 15:05 jesushd12