Can anyone point to an example php frontend for Kr...
# talk-kratos
p
Can anyone point to an example php frontend for Kratos? Thanks.
b
here a php example is provided
p
The php example is not a complete front end. I was hoping that someone had a full example.
A complete login flow + use the given cookie for API access.
Or just how to then use the cookie in a browser login flow. I can figure out hot to do the flow I just need to know how to then do the equivalent of
fetch(url, { credentials: 'include' } ...
in php.