v3.6.2
tinyauthapp/tinyauthv3.6.2Jul 17, 2025by steveiliop56
AI Summary
A patch fixing frontend, proxy handler, and LDAP issues including reconnection logic and internationalization.
Key Highlights
- LDAP reconnection logic if heartbeat fails
- Improved OAuth groups handling
- Internationalized input errors
New Features
- Try to reconnect to LDAP server if heartbeat fails
- Handle string type for the `groups` claim in the generic OAuth provider
- Forward basic auth header to protected apps
- Internationalize the required and invalid input errors
- Add auto complete information to auth forms
Full Release Notes
# Tinyauth v3.6.2 This patch includes fixes for #272, #268, #263 and #261. Basically small improvements in the frontend, proxy handler and LDAP. ## Improvements - Try to reconnect to LDAP server if heartbeat fails - Handle string type for the `groups` claim in the generic OAuth provider - Forward basic auth header to protected apps - Internationalize the required and invalid input errors - Add auto complete information to auth forms - Move healthcheck and favicon requests to debug logs ## Fixes - Don't fail app if LDAP fails to start but other user sources are configured ## Technical - Update dependencies - Update translations If you encounter any issues please let me know so I can fix them as soon as possible.