You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Android app that downloads files from Supabase storage. Is there a way to authenticate the app itself (rather than the users) to download files from Supabase? I'm looking to obtain a JWT with an authenticated role, without having to create users in Supabase, or possibly by creating just a single service user that represents the app.
Some content will be freely available to any user who encounters the app, but I still want to ensure that this content can only be accessed through the app itself, not by any arbitrary client (so simply making the content public isn't a suitable option).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an Android app that downloads files from Supabase storage. Is there a way to authenticate the app itself (rather than the users) to download files from Supabase? I'm looking to obtain a JWT with an authenticated role, without having to create users in Supabase, or possibly by creating just a single service user that represents the app.
Some content will be freely available to any user who encounters the app, but I still want to ensure that this content can only be accessed through the app itself, not by any arbitrary client (so simply making the content public isn't a suitable option).
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions