For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 5.0.0
- API change: Removed
GetConfig() function from runtime
- API change: Must create new
HumanSecurityEnforcer struct by calling NewHumanSecurityEnforcer
- API change: Added
CreateDefaultHumanSecurityMiddleware which creates a default middleware
- Added support for remote configuration feature
- Added support for header-based logger feature
- Added capability to add to module version via configuration
px_module_version
- Update the captcha template with captcha page includes client-side first party timeout
- Configuration for first party timeout
- Changed PXHD cookie attribute (added SameSite=Lax, using Max-Age instead of Expires)
- Minor cookie bug fixes