rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.71k stars 285 forks source link

Oauth2 authentication #54

Closed FlaxHaxx closed 5 years ago

FlaxHaxx commented 5 years ago

MrinDoc has Oauth2 authentication. Will it be available for RapiDoc also soon?

mrin9 commented 5 years ago

MrinDoc is an app that is served from a server, therefore you can register that domain with an oAuth provider But <rapi-doc> is a custom-element that runs on browser, you dont need any server, you can just use the tag in any html and open it in a browser.

So we don have any domain that can be registered with the oAuth provider.

we are open to suggestions, to create an workflow that can help getting token from oAuth Provider easier

mrin9 commented 5 years ago

closing this as it is the responsibility of the Web-App creator to provide an oAuth flow. RapiDoc is just a WebComponent.