Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 957 Bytes

File metadata and controls

55 lines (30 loc) · 957 Bytes

2026-03-03

Feat

  • Add token revocation support
  • Add Token#expired? convenience method

Fix

  • 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

BREAKING CHANGE

Methods now raise CognitoIdp::Error instead of returning nil on error responses.

2025-11-19

Feat

  • Add CognitoIdp::Token#refresh_token

Fix

  • Add base64 dependency

2023-12-07

Fix

  • UserInfo always responds to missing

v0.1.0

2023-12-02