Releases: AlperRehaYAZGAN/postgresbase
Releases · AlperRehaYAZGAN/postgresbase
v0.900.9
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
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
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.)