mirror of
https://github.com/zhigang1992/hasura-backend-plus.git
synced 2026-04-30 04:55:14 +08:00
684 B
684 B
Hasura Backend Plus
Next release
Bug fixes and improvements
(Add entries here in the order of: server, docs, others)
- server: Updated change password routes for concistency with change email (#235)
- server: Added S3_SSL_ENABLED env var
- server: Added
AUTH_LOCAL_USERS_ENABLEenv variable to enable local (email/pw) users to register and login - 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
- server: Added support for multiple default allowed user roles (#246)