staroids / community

Staroid is a cloud platform for open-source project that funds developers.
https://staroid.com
9 stars 1 forks source link

Public access to the instance #6

Closed staroider closed 4 years ago

staroider commented 4 years ago

This is feedback from early users.

When instances are launched in a virtual cloud, each instance got a permanent url based on its name. The url is accessible by user who have access to the virtual cloud. When not authenticated client tries to access the url, it redirect to the login page.

However, sometimes want allow unauthenticated client access the instance. Having a toggle switch in each instance to decide whether it allows authenticated access or not would be useful.

staroider commented 4 years ago

Now, each instance has a toggle switch that select if it allows unauthenticated client access.

image

Note that only the primary url accept unauthenticated request. Service link url still requires authentication.

😄