clerk how to implement user roles
What is the best way to implement user roles (let’s say admin and user) and authorization based on them (to keep it simple let’s say admin can change anyone’s role while user can’t change anything)?
profile to put type-safe role column using enum..profile