IxorTalk / ixortalk.aws.cognito.jwt.security.filter

Spring Boot security filter for decoding Cognito JWT IdTokens
MIT License
88 stars 31 forks source link

identityPoolId does not appear to be used #21

Open robmoore opened 5 years ago

robmoore commented 5 years ago

In the README, I noticed that identityPoolId is shown as a configuration value. However, I cannot find any usage of it within the code base. I see the usage of getCognitoIdentityPoolUrl() but that method actually uses the userPoolId so I'm guessing that the property is left over from a previous implementation?