rantav / flask-restful-swagger

A Swagger spec extractor for flask-restful
MIT License
665 stars 215 forks source link

OAuth2 API authorization #80

Open christophervalles opened 9 years ago

christophervalles commented 9 years ago

Hi guys,

I've seen that Swagger supports operations on a OAuth2 protected API. I've been trying to hack something in flask-restful-swagger to support it without much success.

Any ideas on how to do this?

Cheers

christophervalles commented 9 years ago

BTW this is what I found about how to do it in plain spec.json http://developers-blog.helloreverb.com/enabling-oauth-with-swagger/

kavink commented 8 years ago

@christophervalles @niall-byrne @rantav Were you able to do this ? Anyone have idea?

ujjwalmanna commented 3 years ago

Anyone have any more thoughts?