Is there a way that I can add a simple bearer token auth to the interactive swagger page that is generated by this (great) library?
It defaults and wants to use an api_key but I’m only using bearer auth for this application. It would be helpful to test the AshAuthentication behavior directly in the swagger ui (and not have to resort to Postman etc).
Thanks
Martin