Skip to content

Releases: stonith404/pocket-id

v0.23.0

03 Jan 15:34
82e475a
Compare
Choose a tag to compare

Features

  • add PKCE for non public clients (adcf3dd)
  • use same table component for OIDC client list as all other lists (2d31fc2)

v0.22.0

01 Jan 22:15
ee885fb
Compare
Choose a tag to compare

Features

  • add warning if passkeys missing (2d0bd8d)

Bug Fixes

  • allow first and last name of user to be between 1 and 50 characters (1ff20ca)
  • hash in callback url is incorrectly appended (f6f2736)
  • make user validation consistent between pages (333a1a1)
  • passkey can't be added if PUBLIC_APP_URL includes a port (0729ce9)

Sponsors

Ryan Gates thank you very much for your tip!

v0.21.0

17 Dec 18:59
daced66
Compare
Choose a tag to compare

Features

  • improve error state design for login page (0716c38)

Bug Fixes

  • OIDC client logo gets removed if other properties get updated (789d939)

v0.20.1

13 Dec 08:13
aeda512
Compare
Choose a tag to compare

Bug Fixes

  • create-one-time-access-token.sh script not compatible with postgres (34e3519)
  • wrong date time datatype used for read operations with Postgres (bad901e)

v0.20.0

12 Dec 16:22
232c13b
Compare
Choose a tag to compare

Warning

The environment variable DB_PATH has been renamed to SQLITE_DB_PATH.

Features

  • add support for Postgres database provider (#79)

v0.19.0

29 Nov 22:18
ae1e2f5
Compare
Choose a tag to compare

Features

  • geolite: add Tailscale IP detection with CGNAT range check (#77 by @s0up4200)

v0.18.0

28 Nov 11:34
62cdab2
Compare
Choose a tag to compare

Features

  • add option to disable TLS for email sending (f9fa2c6)
  • allow empty user and password in SMTP configuration (a9f4dad)

Bug Fixes

  • email save toast shows two times (f2bfc73)

v0.17.0

26 Nov 19:41
f11ed44
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

The MAXMIND_LICENSE_KEY environment variable is now required for IP address lookup in the audit log. In previous versions, this was unnecessary because the GeoLite2 database was bundled with the Docker image. However, continuing to bundle the database would require changing the license of Pocket ID, which is why this change was made.

Features

  • add option to specify the Max Mind license key for the GeoLite2 db (fcf08a4)

Bug Fixes

  • don't try to create a new user if the Docker user is not root (#71) (0e95e9c)

v0.16.0

24 Nov 17:56
27ea1fc
Compare
Choose a tag to compare

Features

v0.15.0

21 Nov 17:47
9370292
Compare
Choose a tag to compare

Features

  • add option to skip TLS certificate check and ability to send test email (653d948)
  • add PKCE support (3613ac2)
  • run the Docker image as a non root user (#67 )

Bug Fixes

  • mobile layout overflow on application configuration page (e784093)