duanganleng0577 2018-02-08 16:55
浏览 141
已采纳

Symfony根据远程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!

  • 写回答

2条回答 默认 最新

  • douang4294 2018-02-08 16:58
    关注

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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?