Can we implement different level of authentication...
# talk-kratos
m
Can we implement different level of authentication with ory like user1 can only access these pages or have limited number of access even after successfully login while user2 can access all the functinonality of app?
p
Hi @User yes, for that you will need Keto
👀 1
m
@User how can i access session info from cookie in case of react or next js?
p
the whoami endpoint. call it while you have an active session and it will return the info
✅ 1