github nhost/nhost @nhost/react@0.7.1

latest releases: release-20240501, @nhost/dashboard@1.14.0, @nhost/dashboard@1.13.3...
2 years ago

Patch Changes

  • 58fa2a2: Improve loading status
    The loading status indicates the authentication is not yet known to the client when it starts. Once the client is ready, the authentication status is either signed in, or signed out.
    When the user was trying to authenticate, the loading status was set to true until the result of the authentication was known.
    The client now only return loading: true on startup, and in no other cases.
  • 58fa2a2: Look for a valid refresh token both the URL and local storage
    When auto-signin was activated, the client was not taking into account the refresh token in the URL if a token was already stored locally.
    The user was then not able to authenticate from a link when the refresh token stored locally was invalid or expired.
    When auto-signin is activated, the client now checks and tries tokens from both the URL and the local storage, starting with the URL.
    • @nhost/nhost-js@1.1.8

Don't miss a new nhost release

NewReleases is sending notifications on new releases.