awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
924 stars 399 forks source link

/apis when not logged is just spinning #535

Closed smita30apr closed 2 years ago

smita30apr commented 2 years ago

I want to show the apis when the user is not logged in so that the user can play with this. Is that possible? And when the user likes and wants to actually use them they can register themselves and get an api key. Is that possible?

philcaixeta commented 2 years ago

Thanks for your message! Unfortunately that's not possible. We need the login tokens to be able to access those API's for security reasons. A possible solution for you, at least for now, would be creating your own playground webpage.