Does Kratos support server side events? E.g. for t...
# talk-kratos
r
Does Kratos support server side events? E.g. for the “whoami”? Or is it planned, or should I raise an issue?
a
I have a sample code for this. In my application: • web client sends a request to API server • API server checks the permission using the cookie coming from the client side https://github.com/emrahcom/galaxy/blob/main/machines/eb-app-api/home/api/galaxy/lib/pri/kratos.ts
r
I think I might do the same
Very cool
Thanks for sharing