I want a feature for allowing my users to auth with api keys to my app, should be also multi tenant for when using api key for company or service account.
This is a super common use case in supabase apps to have an api keys for users and I think devs should not implement this in their app on their own (can lead to security bugs)
Same for CLI auth where users could easily auth to my supabase app with cli via api keys
Any feedback?
I would really like this feature
Thanks!