Skip to content

@nhost/core@0.6.5

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 18:08
· 4735 commits to main since this release
f7a3136

Patch Changes

  • 08a37aa: correct rewriting options when clientUrl is not available
    The client URL is set to window.location.origin, so it can rewrite redirection urls that are passed on to authenticaion methods. However, clientUrl is set to '' when running on the server side. This fix then avoid raising an error when trying to rewrite redirectTo on non-browser environment, and forces useProviderLink to be rendered on the client side.