I am following this doc: https://api-tools.getlaminas.org/documentation/recipes/integrate-social-logins
Everything is working. But I need to understand a few things.
- My token is never expiring.
- Where should I keep the token? In the session or cookie?
- How do I better handle the token from the frontend app (angular) for security reasons?
Thanks.