Is there a way to redirect a user from our platform already logged-in to the Cal.com platform? i.e. an OAuth or otherwise kind of mechanism. I want to send our users to Cal.com to manage their schedule without making them log in twice.
Kerry Ritter
03/07/2023, 7:41 PM
i see the api/auth docs but it doesn't mention any workflows like this
z
zomars
03/07/2023, 8:43 PM
This is not possible with out hosted Sass option. You would need to self-host and add your own next-auth provider to achieve that.
k
Kerry Ritter
03/07/2023, 8:55 PM
Okay! We are self-hosting planning on the platform pricing. So we need to implement an oauth system on our platform, then a next-auth oauth provider inside of our cal.com repo.