I want to programmatically set roles/permissions for users, is this in any way possible, or should I use a seperate db to implement this.
The Kinde next app router v2 server/clientside libs give me getters for a lot of stuff but it seems that a lot of stuff can be set only manually.
My motivation for doing this is that I would like to give user some perm(s)/role(s) when they subscribe with stripe. Dont know yet how I'm implementing that. Just would love to use kinde + subscriptions in my next app
Also see that you guys are working on the "Billing" feature 👏 . How should one do billing currently in kinde next environment?