It would be nice if there was an API call in solid.auth similar to login where you pass in the URL of an identity provider and you are sent over to their registration page. For example,
await solid.auth.register('https://solid.auth.community/')
would redirect you to https://solid.community/register with the correct query parameters (mainly redirect_uri).