hi all, can supabase do authorization on resource ...
# supabase-kt
h
hi all, can supabase do authorization on resource that doesn't exist on its database? spefically I'm trying to use supabase to authenticate my users, then they will have access to an api server to create resources on a separated backend, later on I want my user to have different roles so that they can only access the resources that they created, does supabase have any authorization feature that can achieve this? Thanks in advance
j
You can just make your own backend verifying tokens . Maybe this helps https://depshub.com/blog/using-supabase-auth-as-a-service-with-a-custom-backend/
h
Well this link only mentions the auth part, I would like to know more about authorization features