Skip to content

Releases: nhost/hasura-backend-plus

v2.0.0

15 Jun 05:28
f81afde
Compare
Choose a tag to compare
  • build: Run HBP with node instead of ts-node for lower memory consumption
  • server + docs: Set "HOST" default value to empty
  • server: No cache on auth routes

v2.0.0-rc.4

12 Jun 21:12
ac2e60a
Compare
Choose a tag to compare

server: Better default api rate limit values
server: Added auth test
server: Don't save original filename as metadata on s3 object
server: Correct default value for JWT_ALGORITHM.
server + docs: Added "HOST" environment variable (#253)

v2.0.0-rc.3

05 Jun 14:02
70e53c2
Compare
Choose a tag to compare

server: Added S3_SSL_ENABLED env var
server: Added AUTH_LOCAL_USERS_ENABLE env variable to enable local (email/pw) users to register and login
server: Added support for multiple default allowed user roles (#246)

v2.0.0-rc.2

25 May 10:04
Compare
Choose a tag to compare

server: Updated change password routes for concistency with change email (#235)
docs: Added API documentation (#235)
other: Added CHANGELOG.md file (#235)
refactor(auth): change token endpoint from HTTP POST to GET
ci(docs): trigger publish docs when changes are done to the examples directory
docs(auth): login, mfa, jwt

v2.0.0-rc.1

14 May 08:26
dd4d375
Compare
Choose a tag to compare

V2 is a complete rewrite of HBP with breaking changes and with different technical solutions than v1, but still solving the same problem: Authentication and Storage for Hasura.

  • 100% Typescript
  • Two factor auth
  • Email support
  • Rate limits
  • Optional pw check agains Pwnd
  • Test coverages
  • More external providers (Github, Facebook, twitter, google, Apple, Linkedin, windowslive)
  • Better support for storage rules
  • password recovery via email
  • account activation via email
  • email change via confirmation email
  • auto-migration
  • documentation

v1.2.3

27 Mar 07:31
Compare
Choose a tag to compare

Bug fix in user password update

v1.2.2

15 Feb 14:23
Compare
Choose a tag to compare

bug fixes

v1.2.1

11 Feb 07:38
Compare
Choose a tag to compare
  • bug fix auth_account field name

v1.2.0

11 Feb 07:17
Compare
Choose a tag to compare
  • Anonymous users
  • Change in auth schema

v1.1.4

14 Jan 16:24
Compare
Choose a tag to compare

Skip user fields that are either undefined or null