-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: update webhooks guide, include new username events #116
base: main
Are you sure you want to change the base?
Conversation
<ResponseField name="username" type="object"> | ||
The username of the user | ||
</ResponseField> |
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.
username
is an object but does not specify the object structure itself, like e.g. webauthn_credentials
</ResponseField> | ||
</Expandable> | ||
</ResponseField> | ||
<ResponseField name="evt" type="boolean"> |
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.
<ResponseField name="evt" type="boolean"> | |
<ResponseField name="evt" type="string"> |
</ResponseField> | ||
</Expandable> | ||
</ResponseField> | ||
<ResponseField name="evt" type="boolean"> |
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.
<ResponseField name="evt" type="boolean"> | |
<ResponseField name="evt" type="string"> |
tampered with. | ||
</ResponseField> | ||
|
||
<ResponseField name="event" type="boolean"> |
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.
<ResponseField name="event" type="boolean"> | |
<ResponseField name="event" type="string"> |
See: teamhanko/hanko#2026