Roles Seed
Run locally for transcripts
π¨βπΌ Great, now we can start using this data in our UI to control who gets to do
what. And we've handled our production database seeding with the manual
migration as well! Let's start simple though...
π§ββοΈ I'm going to add a bit of logic for the UI. So if the user doesn't have the
permission to do something, we'll just hide the button. That way you can focus
on securing things on the backend.
Feel free to check out the diff
if you would like.