Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.22.0-keycardai-oauth (2026-08-24)


- feat(keycardai-oauth): OIDC discovery fields and UserInfo capability (#232)
- * feat(keycardai-oauth): add OIDC UserInfo and typed discovery endpoints
- Types userinfo_endpoint and end_session_endpoint on AuthorizationServerMetadata
and adds Client.userinfo()/AsyncClient.userinfo() per OIDC Core 1.0 Section 5.3.
- Implements keycardai/keycard-sdk-spec#45.
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * fix(keycardai-oauth): carry challenge error code on InvalidTokenError
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- ---------
- Co-authored-by: devin-ai-keycard <devin-ai@keycard.ai>
Co-authored-by: Larry Osakwe <larry@keycard.ai>

## 0.21.1-keycardai-oauth (2026-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dev = [

[tool.commitizen]
name = "cz_customize"
version = "0.21.1"
version = "0.22.0"
tag_format = "${version}-keycardai-oauth"
ignored_tag_formats = ["${version}-*"]
update_changelog_on_bump = true
Expand Down
Loading