hey all. I'm new to authorization. Are
# spicedb
p
hey all. I'm new to authorization. Are there any good videos which explain all the technical aspects with respect to roles, schemas, domains, etc? Just over the last couple of days, I forked supabase/go-true for my own needs. Setup nextjs with signup/in/out, social login, multi-tenancy, forgot/reset password, multiple signin, otp (sms). But I feel that was the easy part. 😅 I now want to do something like roles and permissions and I am totally clueless how to approach this with my application. Thanks
j
Hi Paul! Welcome! @Jake recently did a talk walking through his journey managing permissions as a developer:

https://www.youtube.com/watch?v=p8xh_z6PUqEâ–¾

Hope this helps!
p
Awesome, thanks. I've seen this one. Would it be worth going over first or after the one you linked?

https://www.youtube.com/watch?v=AoK0LrkGFDYâ–¾

j
I think it would be better after watching the talk. The second video dives into relationship-based model right away, so if you're looking to navigate at a higher level (starting with roles), the first video helps walk through that approach and transitions into ReBAC (relationship-based access control)
p
Fantastic, thanks so much!
j
no problem! Enjoy 🙂
2 Views