I am in the process of trying to manage
I am in the process of trying to manage access tokens for a user across different providers. Wondering if anyone has already went through this process using
convex auth ? Specifically, the process of storing the access tokens and refresh token flow. Currently, I have a process where the access token is just saved to the users table, but this is not a long term solution. I think I would have to probably store the tokens in the authAccounts table. If you have solved this issue or have a working solution, I am hoping for guidance on an approach I can take!