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
20 changes: 20 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.23.0-keycardai-oauth (2026-08-24)


- feat(keycardai-oauth): stateless web-app authorization-code flow (spec #46) (#233)
- * feat(keycardai-oauth): add stateless web-app authorization-code flow (spec #46)
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * fix(keycardai-oauth): harden stateless web authorization flow
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * refactor(keycardai-oauth): centralize issuer resolution
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * refactor(keycardai-oauth): remove issuer compatibility shims
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * feat(keycardai-oauth): support cached metadata in web authorization flow
- Co-Authored-By: Larry Osakwe <larry@keycard.ai>
- * fix(keycardai-oauth): restore issuer-first web-flow docs
- 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.22.0-keycardai-oauth (2026-08-24)


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.22.0"
version = "0.23.0"
tag_format = "${version}-keycardai-oauth"
ignored_tag_formats = ["${version}-*"]
update_changelog_on_bump = true
Expand Down
Loading