jetbridge / flask_cognito

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

Fix group decorator name #17

Closed aaronbrown1988 closed 3 years ago

aaronbrown1988 commented 3 years ago

This PR resolves issue #16 and names the decorator to the same name used in the README whilst retaining the original name to avoid breaking changes.

Additional test have also been added.