Skip to content

v0.5.1

Compare
Choose a tag to compare
@bbilger bbilger released this 21 Apr 21:56
· 55 commits to master since this release

New Features

JRestless now supports Cognito (Federated) Identity and IAM authentication. (#35)

The new AwsSecurityContextFilter sets the according Principal (CognitoUserPoolAuthorizerPrincipal, CustomAuthorizerPrincipal, CognitoIdentityPrincipal or IamPrincipal) when available. AwsSecurityContextFilter gets registered through the GatewayFeature.

Breaking Changes

CustomAuthorizerFilter and CustomUserPoolAuthorizerFilter are replaced by AwsSecurityContextFilter.