I am creating a CLI that requires auth, but I don't want the user to be forced to register in the web.
I would have thought that the components/auth_ui was only a helper to get a quick UI up to access the api/auth/* endpoints. I wouldn't have expected it to create the register endpoint.
Is this behavior expected? Is there anything I need to do to access the register endpoint without the UI?