Skip to content

Commit a9e6f04

Browse files
committed
bump: keycardai-oauth 0.7.0 → 0.8.0
1 parent 9478b10 commit a9e6f04

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/oauth/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.8.0-keycardai-oauth (2026-04-02)
2+
3+
4+
- feat(keycardai-oauth): add authorization code exchange and PKCE support
5+
- - Implement PKCE code verifier, challenge generation, and validation
6+
- Add authorization code exchange operation (sync and async)
7+
- Add build_authorize_url for constructing OAuth authorize URLs
8+
- Add exchange_authorization_code to Client and AsyncClient
9+
- Add get_endpoints/endpoints property to expose resolved endpoints
10+
- Add id_token field to TokenResponse
11+
112
## 0.7.0-keycardai-oauth (2026-03-06)
213

314

packages/oauth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dev = [
117117

118118
[tool.commitizen]
119119
name = "cz_customize"
120-
version = "0.7.0"
120+
version = "0.8.0"
121121
tag_format = "${version}-keycardai-oauth"
122122
ignored_tag_formats = ["${version}-*"]
123123
update_changelog_on_bump = true

0 commit comments

Comments
 (0)