You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Stub the update token endpoint
* Add the registration endpoint authorization check
* Add RegistrationPathArgsWithUaid to validate the user exists
* Implement update_token_route and add DbClient::update_user
* Fix setting the UAID in DbClient::update_user
It is an error to try and set the primary key of a row via UpdateItem.
* Use the actual UUID bytes (vs str bytes) when checking authorization
* Make the registration auth scheme check case-insensitive
* Fix errors after rebase
Closes#177
Endpoint:
PUT /v1/{type}/{app_id}/registration/{uaid}
Documentation: https://autopush.readthedocs.io/en/latest/http.html#token-updates
Updates the user's bridge token.
The text was updated successfully, but these errors were encountered: