I'm integrating Appwrite Auth with Coral Talk's commenting system and want to use Appwrite's authentication for both systems to avoid multiple sign-ins. Coral Talk's documentation on SSO (https://docs.coralproject.net/sso) is clear, but I'm struggling to integrate it with Appwrite Auth.
I noticed Appwrite has a feature called "custom token." Can someone guide me on how to use this custom token with Coral Talk's SSO?
TL;DR
Developers want to integrate Appwrite Auth with Coral Talk's SSO using a custom token. They are struggling with the integration and are seeking guidance on how to use Appwrite's custom token feature with Coral Talk's SSO.
Solution: Have you tried generating a custom token from Appwrite Auth and passing it to Coral Talk in the SSO process following their documentation?