Skip to main content

Admins vs Users

Admins and Users are separate entities that are authenticated using different paths and are meant to be used for different purposes.

Admins

Admins are meant to be used for managing the users and global settings of the application. They are authenticated using /admin/login path and can also use their credentials to log in to the PocketBase admin panel for more advanced configuration (default URL: http://localhost:8090/_/).

Admin Roles

  • Manage users
  • Update global settings
  • Check statistics for users
  • Configure backups

Users

Users, on the other hand, are the actual users of Grimoire that can add bookmarks and use the application. They are authenticated using /login path.

User Roles

  • Manage their own bookmarks
  • Manage their own settings
  • Conjure their own organization!