You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need documentation software where we can host our API documentation on our site. But we do not want it to be public, only to our customers.
This means we need to secure it somehow. As I understand it, right now there is only support for access control with github?
I was wondering if it is possible or planned to add oauth? We run our own oauth server for which the customers use to access our API and the application. So I was thinking if we can use the same to give them a scope to read the documentation and then have them access it.
We need documentation software where we can host our API documentation on our site. But we do not want it to be public, only to our customers.
This means we need to secure it somehow. As I understand it, right now there is only support for access control with github?
I was wondering if it is possible or planned to add oauth? We run our own oauth server for which the customers use to access our API and the application. So I was thinking if we can use the same to give them a scope to read the documentation and then have them access it.