Search code examples
phpsymfonyauthenticationtokensymfony-guard

Symfony authenticate user against remote API


I have an issue, more or less the same as this guy: Symfony 3 authenticate user against remote API

But my problem is, what do I do with the token?

I used guard, I made an api service where I can retrieve the token, but where can I store it? I wanted to set a cookie but I can't write the cookie from my service, or I won't be able to start the session, so in the answer I don't understand the: "store token in your frontend storage".

There is really no way for me to store the token in a cookie?

Thank you!


Solution

  • It's not so clear what he meant, but i think the best solution is storing it in the session variable.