This folder demonstrates authentication and authorization patterns in WebFiori HTTP.
- 01-basic-auth - HTTP Basic authentication
- 02-bearer-tokens - JWT/Bearer token authentication
- 04-role-based-access - Role-based access control (RBAC)
- 05-method-security - Per-method authorization
- Authentication vs Authorization
- HTTP authentication schemes
- Token-based authentication
- Role and permission systems
- Security context management
- Understanding of HTTP authentication
- Basic knowledge of JWT tokens
- Familiarity with RBAC concepts