Skip to content

Releases: tinyauthapp/tinyauth

v0.3.0-beta.1

22 Jan 14:13

Choose a tag to compare

v0.3.0-beta.1 Pre-release
Pre-release
chore: bump version

v0.2.0

20 Jan 20:40

Choose a tag to compare

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_URL environment variable is no longer needed as tinyauth gets the root domain from the APP_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

20 Jan 19:24

Choose a tag to compare

v0.2.0-beta.1 Pre-release
Pre-release
chore: various readme updates

v0.1.0

19 Jan 15:09

Choose a tag to compare

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

19 Jan 14:56

Choose a tag to compare

v0.1.0-beta.1 Pre-release
Pre-release
chore: rename version file