Added
- Initial release
- Implemented CognitoAuthenticator class with login, logout, and get_username methods.
- Added ability to load session state from cookies.
- Implemented password reset functionality.
- Added exception handling for login and password reset.
- Created login and password reset forms using Streamlit components.
- Added ability to set and clear cookies for authentication tokens.
- Added function to verify access token.
- Created custom exceptions for authentication errors.