UX when logged out #37
-
I was wondering if you had any suggestions on how to improve this UX (it may be something on my end misconfigured) say for instance i protected whoami with tinyauth on traefik with authentik my flow from logged out user would be:
Is there a way we can go from logged out to logged in and in the same domain initially trying to get accessed? |
Beta Was this translation helpful? Give feedback.
Answered by
steveiliop56
Feb 17, 2025
Replies: 1 comment 7 replies
-
That's actually what's supposed to happen. When you login can you check if any cookies are set? It should set a |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah the issue is your forward auth address. It should be
http://tinyauth:3000/api/auth/traefik
, you shouldn't change that.