notherdie
04/12/2022, 10:32 AM/authorisationurl?thirdPartyId=discord
?rp_st
04/12/2022, 10:36 AM{id: "discord", name: "Discord"}
to the providers list on the frontend and then you would see a button that would work with the discord available on the backendnotherdie
04/12/2022, 10:37 AMrp_st
04/12/2022, 10:38 AM{
id: "discord",
name: "Discord",
buttonComponent: () => {
return <div>...</div>
}
}
notherdie
04/12/2022, 8:31 PMcreateUser
Sent when the adapter is told to create a new user.
Is it possible to execute code serverside in an api route when a new account is created?rp_st
04/13/2022, 2:55 AMrp_st
04/13/2022, 2:55 AMrp_st
04/13/2022, 2:56 AM