Commit Graph

17 Commits

Author SHA1 Message Date
Stavros 03d06cb0a7 feat: add sqlite database for storing sessions (#326)
* feat: add sqlite database for storing sessions

* refactor: use db instance instead of service in auth service

* fix: coderabbit suggestions
2025-08-29 12:35:11 +03:00
Hack It U.P. cc3ce93100 Update whoami router name in docker-compose.example.yml to make it easier to understand (#317)
Any router name works as long as it is consistently applied. The `nginx` name for the `whoami` container route can be a bit confusing for new users. Aligning the container and route name is similar to how Traefik generates dynamic routes, makes it easier to read the compose file and logs, and can generally help reduce bugs when extending the example.
2025-08-19 12:01:33 +03:00
Stavros 14ce8ecf98 feat: add ability to set custom headers 2025-03-26 18:05:43 +02:00
Stavros 7e39cb0dfe chore: use v3 tag instead of latest 2025-03-10 22:15:35 +02:00
Stavros be836c296c chore: remove auth response headers from example compose since it's an advanced feature 2025-03-10 22:11:32 +02:00
Stavros 9dd9829058 docs: update contributing 2025-03-10 18:47:54 +02:00
Stavros 631059be69 refactor: rename x-tinyauth-user to remote-user 2025-03-09 18:41:20 +02:00
Stavros 33904f7f86 refactor: rename remote user to x tinyauth user 2025-03-04 16:00:28 +02:00
WilliamB78 7e0bc84b0f feat: add Remote-User header 2025-03-04 09:59:42 +01:00
Stavros df0c356511 chore: update example and dev compose files 2025-02-16 22:59:04 +02:00
robotman4 acaee5357f Change forwardauth endpoint in example compose 2025-02-10 20:20:52 +01:00
Stavros a8da813374 fix: the traefik forward label should be in the tinyauth container 2025-02-09 13:35:23 +02:00
Stavros 644b343a1b chore: add dev docker compose file 2025-01-20 21:16:46 +02:00
Stavros e2f97d1fbe refactor: remove root url 2025-01-20 18:22:17 +02:00
Stavros d0c1aae1e7 refactor: use a hook for checking sign in status in the backend 2025-01-19 23:00:27 +02:00
Stavros c362313f51 chore: fix typo in docker compose 2025-01-19 17:02:52 +02:00
Stavros fd2e7d847a docs: add readme and example docker compose 2025-01-19 16:34:16 +02:00