Skip to content

Releases: AlperRehaYAZGAN/postgresbase

v0.900.9

27 Feb 10:39
Compare
Choose a tag to compare

Changelog:

Jwt claims only consist of "id" ,"recordType" and "exp". We need to add "verified" and "verified_at" columns. In this release we add these claims to jwt.

v0.900.8

11 Feb 19:12
Compare
Choose a tag to compare

v0.900.8:
In ui we could not create an index cause postgres does not support "`" (backtick) in create index query. So we changed to empty string.

v0.900.7

10 Feb 18:30
Compare
Choose a tag to compare

v0.900.7:
oauth user redirect create user on db id length error fix. (default pocketbase id length is exact 15. But we use snowflake that could be max 32 chars.)

v0.20.5

02 Feb 11:52
Compare
Choose a tag to compare

v0.20.5: pocketbase v0.20.5 replication with JWT RSA key pair and postgresql support added.