jetbridge / flask_cognito

Flask authentication with JWT against AWS Cognito
MIT License
94 stars 30 forks source link

fix: Reduce verbosity of Authentication Failures #14

Closed antdking closed 3 years ago

antdking commented 3 years ago

Reduce to an info level, as an authentication failure on the server side isn't expected to be actioned.

Closes #13

antdking commented 3 years ago

This is tested against one of our internal test suites to ensure everything still behaves as expected