This page is public
Tinyauth skips authentication for
/, so anyone can see this page and no
identity headers were forwarded.
What happens next
-
You open
/protectedand Traefik asks Tinyauth whether you're logged in. You aren't, so you're redirected to the login page. -
You sign in with
user/passwordor OAuth (the demo stores nothing about you). -
You land on the protected page and this app receives
your identity as
Remote-*headers.
Open protected page
This app does no auth of its own.
All request headers (16)
| Header | Value |
|---|---|
| Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| Accept-Encoding | gzip, br |
| Accept-Language | en-US,en;q=0.5 |
| Cdn-Loop | cloudflare; loops=1 |
| Cf-Connecting-Ip | 2600:1f28:365:80b0:d222:ca63:50d7:f9b2 |
| Cf-Ipcountry | US |
| Cf-Ray | a382245d8cb7a616-IAD |
| Cf-Visitor | {"scheme":"https"} |
| Cf-Warp-Tag-Id | 8cab781d-50f8-4658-9f72-726ca2fb9e3e |
| User-Agent | CCBot/2.0 (https://commoncrawl.org/faq/) |
| X-Forwarded-For | 172.19.0.2 |
| X-Forwarded-Host | app-demo.tinyauth.app |
| X-Forwarded-Port | 80 |
| X-Forwarded-Proto | http |
| X-Forwarded-Server | 6cf95d74b23d |
| X-Real-Ip | 172.19.0.2 |