Skip to content

Commit

Permalink
fix: callback after register user remove secret
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Oct 15, 2024
1 parent 634e029 commit f9467a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ https://callbackurl?command=$UserRegisterCommand&contenttype=json
```json
{
"callbackCommand": "userRegisterAfterCommand",
"secret": "YourSecretKey",
"users": {
"userID": "user123",
"nickname": "John Doe",
Expand All @@ -59,7 +58,6 @@ https://callbackurl?command=$UserRegisterCommand&contenttype=json
| Field | Type | Description |
|--------------------|---------|-----------------------------------|
| callbackCommand | string | Callback command, here for post-user registration callback. |
| secret | string | Secret key for verification. |
| users | object | User information object. |
| userID | string | Unique identifier of the user. |
| nickname | string | Nickname of the user. |
Expand Down

0 comments on commit f9467a6

Please sign in to comment.