RBAC - 402-advanced-javascript-traebennett/seattle-javascript-401d31 GitHub Wiki
With RBAC, (Role based access control). You can authenticate roles on the user that is logging in and verify that the role they have or were established with, upon creating an the account, matches the path or route they are going to. This allwos for further authentitcation with users on a website or application. I think one of the obvious uses of this is setting admin rites to admin role users, and not letting regular users, have those rights on the application.