Release 2.1.0
Release 2.1.0 introduces a new BEdita/AWS.Alb
authenticator that can be used in conjunction with CakePHP Authentication plugin to authenticate requests based on the x-amzn-oidc-data
header set by AWS Application Load Balancers when OIDC or Amazon Cognito authentication is enabled. The header contains a JWT token that can be either taken as is, or used to identify users against the database, an LDAP directory, …
What's Changed
- AWS ALB authenticator in #4
Full Changelog: v2.0.1...v2.1.0