Skip to content

Releases: tinyauthapp/tinyauth

v5.0.0-alpha.3

07 Feb 19:08

Choose a tag to compare

v5.0.0-alpha.3 Pre-release
Pre-release
feat: add support for client secret post auth to oidc token endpoint

v5.0.0-alpha.2

07 Feb 10:37
3eea68a

Choose a tag to compare

v5.0.0-alpha.2 Pre-release
Pre-release
New Crowdin updates (#631)

* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (Hungarian)

* New translations en.json (German)

* New translations en.json (Czech)

* New translations en.json (Ukrainian)

* New translations en.json (Ukrainian)

* New translations en.json (German)

* New translations en.json (Portuguese)

* New translations en.json (Turkish)

* New translations en.json (Dutch)

* New translations en.json (Dutch)

* New translations en.json (Dutch)

* New translations en.json (Ukrainian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Arabic)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Dutch)

* 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 (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Romanian)

* New translations en.json (Afrikaans)

* New translations en.json (Catalan)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Norwegian)

* New translations en.json (English)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (Polish)

* New translations en.json (Dutch)

* New translations en.json (Ukrainian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Arabic)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Dutch)

* 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 (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Romanian)

* New translations en.json (Afrikaans)

* New translations en.json (Catalan)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Norwegian)

v5.0.0-alpha.1

01 Feb 18:27
7ca79d4

Choose a tag to compare

v5.0.0-alpha.1 Pre-release
Pre-release
chore(deps): bump oven/bun from 1.3.6-alpine to 1.3.8-alpine (#617)

Bumps oven/bun from 1.3.6-alpine to 1.3.8-alpine.

---
updated-dependencies:
- dependency-name: oven/bun
  dependency-version: 1.3.8-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v4.1.0

23 Nov 12:13
8a3f208

Choose a tag to compare

Tinyauth v4.1.0

Hey everyone, it's been a while but v4.1.0 is finally out. Mostly bug fixes and refactors but also some cool new features (yes and light mode).

New Features

  • Light mode
  • Support for listening on UNIX sockets
  • Log new sessions in TRACE
  • Support for logging in JSON
  • Add option to disable UI warnings

Improvements

  • Generate OAuth verifier on every login attempt
  • Add routine to cleanup expired sessions
  • Log unsafe redirect URI in OAuth controller

Fixes

  • Ensure OAuth providers have the PROVIDERS_ prefix
  • Allow for all sub-domains to be considered safe for redirects

Technical

  • Use Gorm generics for all database actions
  • Attempt to clean-up the decoders logic
  • Make air development workflow faster by not installing delve on every reload
  • Bump dependencies
  • Update translations

New contributors

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

v4.1.0-rc.2

21 Nov 15:37

Choose a tag to compare

v4.1.0-rc.2 Pre-release
Pre-release
feat: add option to disable ui warnings

v4.1.0-rc.1

21 Nov 14:57
22a2ab3

Choose a tag to compare

v4.1.0-rc.1 Pre-release
Pre-release
chore(deps): bump github.com/weppos/publicsuffix-go (#473)

Bumps the minor-patch group with 1 update in the / directory: [github.com/weppos/publicsuffix-go](https://github.com/weppos/publicsuffix-go).


Updates `github.com/weppos/publicsuffix-go` from 0.50.0 to 0.50.1
- [Changelog](https://github.com/weppos/publicsuffix-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/weppos/publicsuffix-go/compare/v0.50.0...v0.50.1)

---
updated-dependencies:
- dependency-name: github.com/weppos/publicsuffix-go
  dependency-version: 0.50.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

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

v4.1.0-beta.1

04 Nov 16:46
32539b0

Choose a tag to compare

v4.1.0-beta.1 Pre-release
Pre-release
New translations en.json (Finnish) (#418)

v4.0.1

15 Oct 16:53
97639ae

Choose a tag to compare

Tinyauth v4.0.1

Hey everyone, this is a simple patch release to fix some issues that occurred with v4.

Warning

This release contains a security fix regarding label discovery, please update as soon as possible.

Improvements

  • Move docker connection check to start-up so as label discovery can fail in case of a socket proxy crash
  • Use GIN recovery module to translate panics to 500 errors
  • Sort OAuth providers based on name length
  • Allow root cookie domain redirects
  • Use more verbose logging for the trace log level

Fixes

  • Ensure data directory exists on docker images
  • Remove trailing spaces before checking OAuth username and name
  • Do not use container name for label discovery

Technical

  • Use docker meta flavors for images
  • Bump dependencies

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

v4.0.1-beta.2

15 Oct 16:10
97639ae

Choose a tag to compare

v4.0.1-beta.2 Pre-release
Pre-release
chore(deps): bump the minor-patch group across 1 directory with 5 upd…

v4.0.1-beta.1

13 Oct 19:06
2ea921f

Choose a tag to compare

v4.0.1-beta.1 Pre-release
Pre-release
chore(deps): bump the minor-patch group in /frontend with 3 updates (…