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
The Python code appears to support registering WebPush clients via this endpoint. Should this still be supported, since they should instead be registered when connecting via WebSocket to the connection server?
The text was updated successfully, but these errors were encountered:
* Add a stub handler for the registration endpoint
* Add extractors for registration endpoints
Also we now use the `Bytes` and `Json` extractors to read the payload.
The payload size limit is configured through the respective extractor
config objects.
* Increment ua.command.register metric
* Implement router registration
* Store the user in the database during registration
* Add the channel to the database and accept more data in the request body
* Move make_endpoint to the common code and use in user registration
* Generate a secret for future requests and return the registration data
* Fix an incorrect expression value and missing current_month value
* Support compiling with OpenSSL 1.0
The `sign_oneshot_to_vec` method is only available with OpenSSL >=1.1.1.
* Add logging to register_uaid_route
* Use hyphenated UUIDs in the message table "chids" column
* Fix errors after rebase
* Simplify endpoint creation
* Use the lowercase hyphenated formatter (default) when returning UUIDs
Closes#176
Co-authored-by: JR Conlin <[email protected]>
Endpoint:
POST /v1/{type}/{app_id}/registration
Documentation: https://autopush.readthedocs.io/en/latest/http.html#registration
Registers a user with a bridge router.
Questions:
The text was updated successfully, but these errors were encountered: