Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Security Examples

This folder demonstrates authentication and authorization patterns in WebFiori HTTP.

Examples

  1. 01-basic-auth - HTTP Basic authentication
  2. 02-bearer-tokens - JWT/Bearer token authentication
  3. 04-role-based-access - Role-based access control (RBAC)
  4. 05-method-security - Per-method authorization

Security Concepts

  • Authentication vs Authorization
  • HTTP authentication schemes
  • Token-based authentication
  • Role and permission systems
  • Security context management

Prerequisites

  • Understanding of HTTP authentication
  • Basic knowledge of JWT tokens
  • Familiarity with RBAC concepts