nhost

The Open Source Firebase Alternative with GraphQL.

MIT License

Downloads
67.3K
Stars
7.9K
Committers
89

Bot releases are visible (Hide)

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 93cc6920: fix: phone numbers to follow the E.164 standard in documentation
nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [10beea72]
  • Updated dependencies [84ba29dd]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [10beea72]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [18ac56d0]
  • Updated dependencies [10beea72]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [18ac56d0]
  • Updated dependencies [10beea72]
  • Updated dependencies [84ba29dd]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 747aa969: fix: added twitch and discord as provider
  • 10beea72: Fix React Native build: Export package.json for all npm packages.
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 84ba29dd: Introduce useSignInSmsPasswordless

    const {
      signInSmsPasswordless,
      sendOtp,
      needsOtp,
      isLoading,
      isSuccess,
      isError,
      error
    } = useSignInSmsPasswordless()
    
    1. The signInSmsPasswordless action will send a one-time password to the given phone number.
    2. The client is then awaiting the OTP. needsOtp equals true
    3. After the code is received by SMS, the client sends the code with sendOtp. On success, the client is authenticated, and isSuccess equals true.

    Any error is monitored through isError and error. While the signInSmsPasswordless and sendOtp actions are running, isLoading equals true

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [747aa969]
  • Updated dependencies [10beea72]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 18ac56d0: added option to include ticket in changePassword to allow for changing password without the user being signed in

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [747aa969]
  • Updated dependencies [10beea72]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Minor Changes

  • 84ba29dd: Introduce useSignInSmsPasswordless

    const {
      signInSmsPasswordless,
      sendOtp,
      needsOtp,
      isLoading,
      isSuccess,
      isError,
      error
    } = useSignInSmsPasswordless()
    
    1. The signInSmsPasswordless action will send a one-time password to the given phone number.
    2. The client is then awaiting the OTP. needsOtp equals true
    3. After the code is received by SMS, the client sends the code with sendOtp. On success, the client is authenticated, and isSuccess equals true.

    Any error is monitored through isError and error. While the signInSmsPasswordless and sendOtp actions are running, isLoading equals true

Patch Changes

nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 10beea72: Fix React Native build: Export package.json for all npm packages.
  • Updated dependencies [747aa969]
  • Updated dependencies [10beea72]
nhost - @nhost/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • bc657251: Fix the deletion of refresh tokens in the URL when autoSignIn is enabled.
    This feature only work when using the HTML5 history mode. A warning will appear when using the Hash mode and when in development mode.