v0.6.0
Minor Changes
-
1917ed7: Remove the admin bootstrap invite path from registration.
The Seamless Auth API dropped the bootstrap invite flow, so
POST /registration/registerno longer accepts abootstrapToken. The field was silently stripped by the API's non-strict body schema, which made the client code dead: the bundled login screen read abootstrapTokenquery parameter and forwarded it, and the value went nowhere.BREAKING:
RegisterInput.bootstrapTokenis gone. It was optional, so callers that never set it need no change. Callers that did pass it should drop the field, since nothing on the server consumed it.