generate "api keys" for my users in supabase that respect RLS
i am building a REST API with express in NodeJS. I have no frontend. Is there a way to create some sort of "API key" that respect RLS for each user? Using my JWT wouldn't work for per-user RLS policies.