github steveiliop56/tinyauth v3.4.0

latest releases: nightly, v3.6.2, v3.6.2-beta.4...
3 months ago

Tinyauth v3.4.0

Hello everyone! This is a very exciting release as tinyauth now has a new UI based on Shadcn! I believe it gives the UI a fresh new look and at the same time allows for much more extensibility since we are now not tied to mantine components. Additionally this release includes some quality of life updates like the ability to negotiate the docker API version (instead of just failing to start up), using unique cookie names so you can have multiple instances of tinyauth under the same domain and lastly the option to ignore self-signed certificates in the generic OAuth provider. Oh and have some eye candy:

tinyauth

New features

  • Show the commit hash and build date alongside the version in the version command
  • Option to disable SSL certificate check in generic provider

Improvements

  • Rebuilt UI from the ground up using Shadcn, Tailwind, React Query and React Hook Form
  • Negotiate the API version with the docker host instead of failing
  • Remove the WWW-Authenticate header to prevent basic auth browser pop-ups
  • Store version, build date and commit hash in constants instead of files
  • Generate unique cookie names based on the app URL to avoid conflicts with other instances
  • Only use 302 redirects to avoid browser caching

Technical

  • Update dependencies
  • Deprecate translations CDN
  • Update translations
  • Create nightly release workflow
  • Remove healthcheck from dockerfile as it was causing errors with a custom port

If you encounter any issues please let me know so I can fix them as soon as possible.

Don't miss a new tinyauth release

NewReleases is sending notifications on new releases.