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 Oct 15, 2025. It is now read-only.
Currently (until 063829f), Casbin was implemented to store all user data, not just the user and role it was designed for. To fix this, I have added a separate casbin_users table to allow separation of user permissions and user data.
Required Changes:
Change the db_init files to correct the postgres tables