2026-03-03
- Add token revocation support
- Add Token#expired? convenience method
- Correct logout_uri test calling wrong method
- Tighten UserInfo and attr mutability
- Redact secrets and tokens from #inspect
- Use standard Base64 encoding for Basic Auth (RFC 7617)
- Raise Error on non-2xx responses
Methods now raise CognitoIdp::Error instead of returning nil on error responses.
2025-11-19
- Add CognitoIdp::Token#refresh_token
- Add
base64dependency
2023-12-07
- UserInfo always responds to missing
2023-12-02