UserFrosting
UserFrosting copied to clipboard
Guest user should implement a user interface and be able to assign permissions
When a user is not logged in, currentUser
is null
. It should be an instance of a user interface (#769).
Guest user should also have permissions. In an app with per project permission for example, an admin could then be able to dynamically decide which project a guest user have access to.