Join Discord
Powered by
Yes, that is the obvious solution, and I was going...
# support-questions-legacy
s
sullof
01/27/2023, 11:48 PM
Yes, that is the obvious solution, and I was going to do that, when I discovered that there is a ThirdParty.Discord recipe in the Nodejs app
https://github.com/supertokens/supertokens-node/blob/c0f605208b83150d36879f62ba0709d0831db1d0/lib/ts/recipe/thirdparty/providers/discord.ts
It makes sense only if there is also a related recipe in the client. But there is no recipe in the client. It is at least weird, isn't it?
r
rp_st
01/28/2023, 5:01 AM
Hey
@sullof
rp_st
01/28/2023, 5:02 AM
On the client side, you only need to render a button for the discord provider.
rp_st
01/28/2023, 5:02 AM
With the id as “discord”
rp_st
01/28/2023, 5:03 AM
See
https://supertokens.com/docs/thirdparty/common-customizations/sign-in-and-up/custom-providers
s
sullof
01/28/2023, 7:53 PM
Thanks. I will try that
sullof
01/28/2023, 7:58 PM
It works. Thanks so much
Previous
Next