Hi, is there a way to identify the first sign-in f...
# talk-kratos
s
Hi, is there a way to identify the first sign-in for an account? I want to perform some initial setup for that account to proceed with our application. One solution I could think of is to use an after sign-in hook where I can check if the initial setup for that logged-in user is done or not. If not, I can proceed with it. Is there a better solution available?
b
Use the hooks post registration action https://www.ory.sh/docs/kratos/hooks/configure-hooks
s
Thanks Sid