I am currently using Apiary to design my APIs. I am using the Mock API and accessing the mocks using the private URL’s. We have a large team that uses the mock endpoints. I want to provide additional security to access the url e.g. basic authentication. This is so that even is someone can access the URL, they will still need credentials to get in.
How do I achieve that.
What are my other alternatives to hosting and securing the Apiary APIs.