Tinyauth v3.5.0
Hey everyone! This is an exciting release for Tinyauth as a lot of new features have been added including LDAP support! You can now use your users from LDAP in Tinyauth without the need to use a static users file or environment variables. Additionally support for allowing and blocking IP addresses and CIDRs has been added and a whole lot more. Lastly the documentation site got a redesign with docusaurus framework aiming for a better user experience.
Warning
This release includes a security patch and it is advised to update as soon as possible.
New features
- Add label to select app based on the its domain eliminating the need for keeping the container name the same as the app domain
- Support for logging in to a protected app using basic auth
- Support for allowing/blocking IP addresses and/or CIDRs
- Support for using an LDAP server as the user source
Improvements
- Move to Traefik paerser (not a typo) for label parsing instead of custom solution
- Encrypt the session cookie
Fixes
- Fix error state spacing in login form
Technical
- Update dependencies
- Update translations
- Run nightly workflow every day
P.S. There are a lot of new features requiring a lot of documentation. I will try to add guides for all of the new features in the next few days.
If you encounter any issues please let me know so I can fix them as soon as possible.