Skip to content

Releases: tinyauthapp/tinyauth

nightly

nightly Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:57
ffafb5b
feat: add a reconnect to the initial ldap connection (#928)

v5.1.0-beta.1

v5.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 28 Jun 22:20
fdd516e
chore(deps): bump the minor-patch group across 1 directory with 2 upd…

v5.1.0-alpha.4

v5.1.0-alpha.4 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 23 Jun 18:10
08af455
fix: use client ip instead of remote addr in tailscale whois lookups

v5.1.0-alpha.3

v5.1.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 23 Jun 10:48
45a88ea
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>

v5.1.0-alpha.2

v5.1.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 20 Jun 12:22
72d39a2
chore(deps): bump the minor-patch group across 1 directory with 5 upd…

v5.1.0-alpha.1

v5.1.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 16 Jun 12:42
905f672
fix: use scoped caches for each image

v5.0.7

Choose a tag to compare

@steveiliop56 steveiliop56 released this 17 Apr 10:47
479f165

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

v5.0.7-beta.1 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 16 Apr 09:17
36c7872
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

v5.0.7-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@steveiliop56 steveiliop56 released this 14 Apr 10:50
c1dd37e
chore(deps): bump the minor-patch group across 1 directory with 15 up…

v5.0.6

Choose a tag to compare

@steveiliop56 steveiliop56 released this 02 Apr 15:52

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.