Sep 21, 2024
0
Level 4
Cal.com, inertia, react and refresh tokens :)
Hi I've been really struggling with implementing a refresh token for cal.com platform API, I've done some digging and I have seen laravel passport. Can I use passport to help implement this?
- Backend: setting up refresh token endpoint You have to setup an endpoint on your server to which atoms can send an expired access token and receive new one in return. This exchange will be automatically handled by atoms when you provide this endpoint URL when setting up frontend in the next step.
Thanks
Please or to participate in this conversation.