Releases: tinyauthapp/tinyauth
Releases · tinyauthapp/tinyauth
v5.0.0-alpha.3
feat: add support for client secret post auth to oidc token endpoint
v5.0.0-alpha.2
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
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
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
- @chrellrich made their first contribution in #422
Please let me know of any issues so as I can fix them as soon as possible.
v4.1.0-rc.2
feat: add option to disable ui warnings
v4.1.0-rc.1
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
New translations en.json (Finnish) (#418)
v4.0.1
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
tracelog 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
chore(deps): bump the minor-patch group across 1 directory with 5 upd…
v4.0.1-beta.1
chore(deps): bump the minor-patch group in /frontend with 3 updates (…