We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca6243 commit d73eb54Copy full SHA for d73eb54
2 files changed
packages/oauth/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.9.0-keycardai-oauth (2026-04-02)
2
+
3
4
+- feat(keycardai-oauth): support for impersonation token exchange
5
+- - Add substitute-user token type and unsigned JWT builder
6
+- Add impersonate method to Client and AsyncClient
7
+- Add user_identifier callback to MCP grant decorator
8
+- Add impersonation token exchange example
9
10
## 0.8.0-keycardai-oauth (2026-04-02)
11
12
packages/oauth/pyproject.toml
@@ -117,7 +117,7 @@ dev = [
117
118
[tool.commitizen]
119
name = "cz_customize"
120
-version = "0.8.0"
+version = "0.9.0"
121
tag_format = "${version}-keycardai-oauth"
122
ignored_tag_formats = ["${version}-*"]
123
update_changelog_on_bump = true
0 commit comments