Hey guys I have a question on how I should be chec...
# talk-kratos
h
Hey guys I have a question on how I should be checking if a user is signed in on every page of a website that is displayed, should I be using kratos session cookies or we could use tokens using hydra? this article suggests using kratos and hydra I would like others opinions. Thanks https://blog.px.dev/open-source-auth/
l
We chose to do that check by using the kratos session cookie and calling the /whoami endpoint
👍 1
s
We always advise anyone to first read https://www.ory.sh/docs/hydra/concepts/before-oauth2 before using oauth2 (Hydra)
👍 1
h
Thanks!