3.6. User rights managementΒΆ

You can view all user information in the background of this site, and you can also query and modify personal information, including email addresses, passwords and communication information.

Permission management involves the following main areas:

Authentication: Determines if the user is a legitimate user of the system.

Authorization: Determines whether a user has permission to perform an action.

Session Management: Tracks user sessions and ensures persistence of user status.

User: Represents the entity that uses the application.

Group: Used to group users and assign certain permissions.

Permission: defines whether a user can perform specific operations, such as creating, viewing, updating, or deleting data.