hasura-backend-plus

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

MIT License

Downloads
4
Stars
1.2K
Committers
43
hasura-backend-plus - v2.0.0

Published by elitan over 4 years ago

  • 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
hasura-backend-plus - v2.0.0-rc.4

Published by elitan over 4 years ago

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)

hasura-backend-plus - v2.0.0-rc.3

Published by elitan over 4 years ago

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)

hasura-backend-plus - v2.0.0-rc.2

Published by elitan over 4 years ago

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

hasura-backend-plus - v2.0.0-rc.1

Published by elitan over 4 years ago

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
hasura-backend-plus - v1.2.3

Published by elitan over 4 years ago

Bug fix in user password update

hasura-backend-plus - v1.2.2

Published by elitan over 4 years ago

bug fixes

hasura-backend-plus - v1.2.1

Published by elitan over 4 years ago

  • bug fix auth_account field name
hasura-backend-plus - v1.2.0

Published by elitan over 4 years ago

  • Anonymous users
  • Change in auth schema
hasura-backend-plus - v1.1.4

Published by elitan almost 5 years ago

Skip user fields that are either undefined or null

hasura-backend-plus - v1.1.3

Published by elitan almost 5 years ago

Trigger new docker build.

hasura-backend-plus - v1.1.2

Published by elitan almost 5 years ago

Bug fixes and error handling.

hasura-backend-plus - v1.1.1

Published by elitan almost 5 years ago

Bug with JWT related to storage not being used

hasura-backend-plus - v1.1.0

Published by elitan almost 5 years ago

updated endpoints for storage
download url for storage objects with token

hasura-backend-plus - v1.0.2

Published by elitan about 5 years ago

  • Going back to none cookie support.
hasura-backend-plus - v1.0.1

Published by elitan about 5 years ago

  • require files only if needed
hasura-backend-plus - v1.0.0

Published by elitan about 5 years ago

  • Completely new schema with OAuth support for github, google and facebook.
  • Refetch tokens renamed to Refresh tokens and is provided with http only cookie.
  • Separate storage JWT token that will be used for storage permissions. Compiled storage rules coming soon ™️!
hasura-backend-plus - v0.2.1-beta

Published by elitan about 5 years ago

trigger docker build, also updated logo path. Important update!

hasura-backend-plus - v0.2.0-beta

Published by elitan about 5 years ago

Went from user id int to uuid.

hasura-backend-plus - v0.1.6-alpha

Published by elitan about 5 years ago

user endpoint