Releases: tinyauthapp/tinyauth
v0.3.0-beta.1
chore: bump version
v0.2.0
Tinyauth v0.2.0
Hello everyone, this is a small update to the configuration of tinyauth that removes the need for the ROOT_URL environment variable. I also added a small feature that allows you to configure your users with a file instead of environment variables.
Here is everything in detail:
New features
- Allow configuration of users through a file (same as
.htpasswd).
Improvements
- The
ROOT_URLenvironment variable is no longer needed as tinyauth gets the root domain from theAPP_URL. - The user is displayed as code in the logout screen.
Fixes
- Fix the continue screen showing the continue button when no redirect uri is set.
If you find any bugs please let me know so I can fix them as soon as possible.
v0.2.0-beta.1
chore: various readme updates
v0.1.0
Hello everyone,
This is the initial release of tinyauth, a very simple traefik forward auth middleware that secures all your apps with a login screen. It's still in early stages of development but it should work perfectly in a homelab environment. If you face any issues please let me know in the Issues section. If you would like to try it out there is an available example docker compose file.
Have fun :)
v0.1.0-beta.1
chore: rename version file