Changes for version 0.0.4 - 2026-08-05
- DOCUMENTATION
- Included an AUTHENTICATION AND SECURITY part in the POD to highlight the dependencies and components of middleware and provided information about the new companion distribution called PAGI::FastAPI::Security for the ready-to-use schemes related to HTTP Bearer, HTTP Basic, API Key, and OAuth2 password-bearer.
- Added a Pluggable Authentication item in Key Features List.
- Added PAGI::FastAPI::Security and DBIx::Class::Async to SEE ALSO section.
- Mentioned in the SYNOPSIS the introduction about the functionality of hand-rolled Bearer-token checks in this context and referring to PAGI::FastAPI::Security for production use.
- Added a similar entry in README.md as well.
- EXAMPLE
- Updated the example to demo authentication using PAGI::FastAPI::Security: eg/dbic_async_integration.pl
Documentation
Modules
Asynchronous, Type-Safe Micro-Framework with Dependency Injection and OpenAPI & Swagger UI
Request and Response Lifecycle Context for PAGI::FastAPI
Dependency Injection Wrapper for PAGI::FastAPI