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
As explained in the title, my swagger json to be used with swagger-ui isn't publicly available with protected auth strategy. I want to enable protected auth strategy because all my API endpoints are supposed to be protected, but I still want to have public documentation.
How can I achieve that? Thanks.
The text was updated successfully, but these errors were encountered:
Currently you can not, you need to specify each endpoint right now using the swagger strategy. You gave me some ideas, and I will be rewriting the authentication to provide the safety you requested.
Do you think the protected strategy each endpoint should be default protected with the Doorkeeper's default configured tokens?
I'd expect using the Doorkeeper's default configured scope if none defined, but I'd also expect to be able to define it as an optional parameter to auth strategy.
Hi everyone,
As explained in the title, my swagger json to be used with swagger-ui isn't publicly available with protected auth strategy. I want to enable protected auth strategy because all my API endpoints are supposed to be protected, but I still want to have public documentation.
How can I achieve that? Thanks.
The text was updated successfully, but these errors were encountered: