How can I add Discord authentication? It works ser...
# support-questions-legacy
s
How can I add Discord authentication? It works server-side but a Discord recipe is missed in client-side ThirdParty and ThirdPartyPasswordless, where I see only
Copy code
import Apple from "./providers/apple";
import Google from "./providers/google";
import Facebook from "./providers/facebook";
import Github from "./providers/github";
Where is Discord client recipe?