Right now anyone can access the DB through the API. It would be better for security if we required people to create a token to access it, and that can then be revoked on an individual basis. This way we can keep it open but if there are bad actors/someone DDOSing the DB we can revoke it/turn off creation of new tokens etc.
The data on object storage can still be publicly available.
how does revoking work? just go in the supabase dashboard and edit the DB? Or make this "user directory" view have an extra button if the logged in user is @TheExGenesis ? https://www.community-archive.org/user-dir
Right now anyone can access the DB through the API. It would be better for security if we required people to create a token to access it, and that can then be revoked on an individual basis. This way we can keep it open but if there are bad actors/someone DDOSing the DB we can revoke it/turn off creation of new tokens etc.
The data on object storage can still be publicly available.