Hello chat!
I have a general question about SuperTokens and authorization. Does SuperTokens offer a form of permission-based auth which does not rely on UserRoles? I have a use-case where my administrators will be able to create default permissions for roles, and assign them to a user, but then subsequently be able to add or remove permissions on a user-by-user basis.
So two users with "supervisor" role may have slightly different permissions given to them by admins. I know this sort of makes roles useless, and permissions would really just be applied to users directly, but I'm still learning about authorization systems and I'm not sure if SuperTokens can support something like this.
Any tips or suggestions would be appreciated! Thanks!