File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ dev = [
117117
118118[tool .commitizen ]
119119name = " cz_customize"
120- version = " 0.7 .0"
120+ version = " 0.8 .0"
121121tag_format = " ${version}-keycardai-oauth"
122122ignored_tag_formats = [" ${version}-*" ]
123123update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments