-
Notifications
You must be signed in to change notification settings - Fork 4
[AIDX-194] feat: renamed CIBA/token vault methods names #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIDX-194] feat: renamed CIBA/token vault methods names #285
Conversation
examples/calling-apis/chatbot/components/auth0-ai/TokenVault/index.tsx
Outdated
Show resolved
Hide resolved
|
Noting one small consistency thing - the |
BREAKING CHANGE: Renamed all ciba/token vault methods
BREAKING CHANGE: renamed ciba/token vault methods
| ## Async User Confirmation | ||
|
|
||
| Async User Confirmation enables background agents to perform tasks that require user approval before completion. This ensures that important actions are executed only with the user's consent, enhancing security and user control. For more information, refer to the [documentation](https://demo.auth0.ai/docs/async-authorization). | ||
| Async User Confirmation enables background agents to perform tasks that require user approval before completion. This ensures that important actions are executed only with the user's consent, enhancing security and user control. For more information, refer to the [documentation](https://demo.auth0.ai/docs/async-user-confirmation). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^^ noted this url/reference while reviewing today. At some point, we may want to deprecate this reference, but doesn't seem urgent right now...
Renamed all CIBA and Token Vault-related methods/classes in our AI JS SDK
According to name convention docs