You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Now say I instantiate a user var user = new PanelUser(); How can I call user.hasAuthorization() to do some checks on the client. I don't need to make requests to the server, but I need to be able to do it on each user as an instance method. It seems like this functionality isn't present, is there some way to make it a part?