Skip to content

Releases: postgrest-oauth/api

Configurable verification code length

21 Sep 15:35
8c31ccd

Choose a tag to compare

Merge pull request #33 from kuisis/code-length

add verification code length option to env

Better error messages

11 Mar 18:50
cf8ad13

Choose a tag to compare

Merge pull request #31 from kuisis/master

better error handling for invalid verification code

Hasura support in JWT tokens

03 Mar 13:56
b38428a

Choose a tag to compare

Merge pull request #30 from kuisis/master

Enable Hasura support

v0.5.1: Merge pull request #28 from postgrest-oauth/fix-cors-wildcard

04 Dec 15:54
2bd5f62

Choose a tag to compare

v0.5: Merge pull request #27 from postgrest-oauth/user-data-signup

27 Nov 18:56
bf2b75b

Choose a tag to compare

User data signup, new package manager and go-fmt

Move templates to separate repository

02 May 12:13
b612250

Choose a tag to compare

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

28 Feb 18:13
c9751b6

Choose a tag to compare

Merge pull request #15 from pashagap/static-files

Serve static files

New flow and refactoring

31 Jan 17:28
b7df302

Choose a tag to compare

  1. Client Credentials Flow added
  2. Code Refactoring

Hotfix and cleanup

17 Jan 15:43
88e3c8e

Choose a tag to compare

  1. Fix broken verification routes
  2. Templates cleanup

Introducing JWT ID and security fixes

12 Jan 16:55

Choose a tag to compare

  1. jti field 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;
  2. Verification codes are more user-friendly;
  3. Several potential security issues fixed;
  4. 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/