Skip to content

Releases: tinyauthapp/tinyauth

v5.1.0-alpha.4

23 Jun 18:10
08af455

Choose a tag to compare

v5.1.0-alpha.4 Pre-release
Pre-release
fix: use client ip instead of remote addr in tailscale whois lookups

v5.1.0-alpha.3

23 Jun 10:48
45a88ea

Choose a tag to compare

v5.1.0-alpha.3 Pre-release
Pre-release
chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#925)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stavros <steveiliop56@gmail.com>

nightly

24 Jun 00:50
08af455

Choose a tag to compare

nightly Pre-release
Pre-release
fix: use client ip instead of remote addr in tailscale whois lookups

v5.1.0-alpha.2

20 Jun 12:22
72d39a2

Choose a tag to compare

v5.1.0-alpha.2 Pre-release
Pre-release
chore(deps): bump the minor-patch group across 1 directory with 5 upd…

v5.1.0-alpha.1

16 Jun 12:42
905f672

Choose a tag to compare

v5.1.0-alpha.1 Pre-release
Pre-release
fix: use scoped caches for each image

v5.0.7

17 Apr 10:47
479f165

Choose a tag to compare

Tinyauth v5.0.7

Hello everyone! This is officially the last release under my username. After this last patch, Tinyauth will move to its new home tinyauthapp, no breaking changes for now. As for this release, it addresses some further issues with the Envoy proxy and improves the OpenID Connect experience.

Improvements

  • The OpenID Connect server now supports PKCE
  • The OpenID Connect user information endpoint now supports POST requests @scottmckendry
  • The OpenID Connect user information endpoint now supports the access token in the POST request body @scottmckendry
  • The OAuth flow now supports the OpenID Connect parameters and stores CSRF states server-side for anti-tampering
  • Add X-Tinyauth-Location header for Nginx instances to support redirect to login and unauthorized pages automatically
  • Support unsigned OpenID Connect request objects @scottmckendry
  • Accessibility improvements

Fixes

  • Use 307 redirects for Envoy proxy
  • Fix TOTP field auto-fill not working in some password managers @scottmckendr

Technical

  • Update dependencies
  • Update translations
  • Use own fork of the paerser library for better flexibility in configuration parsing
  • Fail app early when the app URL is missing

Please let us know of any issues so we can address them as soon as possible.

Full Changelog: v5.0.6...v5.0.7

v5.0.7-beta.1

16 Apr 09:17
36c7872

Choose a tag to compare

v5.0.7-beta.1 Pre-release
Pre-release
New Crowdin updates (#797)

* New translations en.json (Romanian)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Korean)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Dutch)

* New translations en.json (Chinese Traditional)

v5.0.7-alpha.1

14 Apr 10:50
c1dd37e

Choose a tag to compare

v5.0.7-alpha.1 Pre-release
Pre-release
chore(deps): bump the minor-patch group across 1 directory with 15 up…

v5.0.6

02 Apr 15:52

Choose a tag to compare

Tinyauth v5.0.6

Before the release notes

I would like to apologize for the recent spamming of patch releases. While everything is tested properly after each release, almost always something slips through and requires another patch. I want to feel confident that everything introduced/changed in v5 is working perfectly and without any issues before proceeding to adding more features.

Fixes

  • Fix browser detection not working correctly for some proxies

Technical

  • Update dependencies

Please let me know of any issues so I can fix them as soon as possible.

v5.0.6-beta.1

02 Apr 12:39
7ad1393

Choose a tag to compare

v5.0.6-beta.1 Pre-release
Pre-release
chore(deps): bump docker/build-push-action from 6 to 7 (#749)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>