Question
Securign access to Spaces
I want to be able to store files in Spaces and be able to grant access to each file based on some access rules.
Example:
Client #123 tries to GET an audio file from bucket “chat-audios”, he sends a JWT token through headers, I grab his id from the payload and check if he has permissions to access that file.
Is it possible to do this with Spaces?