Hasura Backend Plus Versions Save

🔑Auth and 📦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.

v2.3.0

3 years ago

New Features

  • Blur images with b query parameter (#446).
  • Round corner of images with r query parameter (#444).

Bug fixes

  • 8f54bc7 Make rate limit work when HBP is behind a proxy
  • 5363905 Password length is not checked on login
  • b06dd13 Use auth middleware to get refresh token on logout
  • b88c051 Change the name of the 'Key' key to (all lowercase) 'key' for storage objects
  • 41b38f4 Add double quotes to the ETag of transformed images
  • 0676ccd Correct max-age header value
  • e8422df Last-Modified header toUTCString
  • fc20dde Avoid generate error when register user because no ticket is available

Other

  • 9a3ab4e Increase the authenticator window for TOTP
  • efff2de Updated /auth/activate docs
  • 195ecec Vuepress upgraded

Using this release

Use the following docker image:

nhost/hasura-backend-plus:v2.3.0

v2.2.4

3 years ago

This patch release fixes two issues:

Allows for the missing option cookie when registering a user Adds the user to the response when using TOTP MFA

v2.2.3

3 years ago
  • /login, /refresh and /register now return a session object containing the JWT data and the user
  • Registering a user automatically logs in that user

v2.2.2

3 years ago
  • Transfer images (width, height, quality) by specifying query parameter (ex: .../example.jpg?w=100) (#403)
  • Added ALLOWED_USER_ROLES that a user can have upon registration
  • Bypass all permissions with x-admin-secret (Same value as Hasura's admin secret) (#401)
  • Revoke storage tokens (#401)
  • server: add support for Postgres arrays in JWT claims to support _in operator for Hasura Permissions (#378)

v2.2.1

3 years ago

server: Default to email if no display_name exists for OAuth Provider. server: Merge accounts using external OAuth providers. server: Fix default allowed roles for OAuth Providers.

v2.2.0

3 years ago

server: display_name is attached for email templates (#320) server: Added auth middleware to support non-cookie approach for refresh and JWT tokens (#321)

v2.2.0-1

3 years ago

Just to trigger docker hub

v2.2.0-0

3 years ago

v2.1.1

3 years ago

server: Support streaming content (#307)

v2.1.0

3 years ago
  • server: Added version endpoint
  • build: multi-staged docker file (#274)
  • build: reduction of the docker image from 617MB to 216MB (#291)
  • server: Add SameSite=None header to mitigate future cross-site errors from Chrome (#294)
  • server: Removed X-Frame-Options for GET storage requests.
  • server: Return file key on upload
  • server: add COOKIE_SECURE (default: true) and COOKIE_SAME_SITE (default: lax) environment variables