Releases: postgrest-oauth/api
Releases · postgrest-oauth/api
Configurable verification code length
Merge pull request #33 from kuisis/code-length add verification code length option to env
Better error messages
Merge pull request #31 from kuisis/master better error handling for invalid verification code
Hasura support in JWT tokens
Merge pull request #30 from kuisis/master Enable Hasura support
v0.5.1: Merge pull request #28 from postgrest-oauth/fix-cors-wildcard
Fix cors wildcard
v0.5: Merge pull request #27 from postgrest-oauth/user-data-signup
User data signup, new package manager and go-fmt
Move templates to separate repository
From now this repo doesn't have UI anymore. Only REST API. UI is completely rewritten and moved to https://github.com/postgrest-oauth/ui/
Static files support + gofmt
Merge pull request #15 from pashagap/static-files Serve static files
New flow and refactoring
- Client Credentials Flow added
- Code Refactoring
Hotfix and cleanup
- Fix broken verification routes
- Templates cleanup
Introducing JWT ID and security fixes
jtifield is added to JWT payload. It gives us a way to invalidate tokens. More info: https://tools.ietf.org/html/rfc7519#section-4.1.7;- Verification codes are more user-friendly;
- Several potential security issues fixed;
- HTML templates cleanup.
Starting from this release we don't provide pre-built binaries in favour of Docker Image located at https://hub.docker.com/r/wildsurfer/postgrest-oauth-server/