TeK
04/03/2023, 2:16 PMThirdPartyEmailPassword.emailPasswordSignIn()
?rp
04/03/2023, 2:25 PMcurl --location --request POST 'http://localhost:3567/recipe/user/passwordhash/import' \
--header 'api-key: <API_KEY(if configured)>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "johndoe@example.com",
"passwordHash": "$argon2d$v=19$m=12,t=3,p=1$NWd0eGp4ZW91b3IwMDAwMA$57jcfXF19MyiUXSjkVBpEQ"
}'
TeK
04/03/2023, 2:26 PMrp
04/03/2023, 2:26 PMTeK
04/03/2023, 2:27 PMrp
04/03/2023, 2:28 PMTeK
04/03/2023, 2:28 PMhttps://cdn.discordapp.com/attachments/1092452491133734943/1092455654351966259/image.png▾
rp
04/03/2023, 2:30 PMTeK
04/03/2023, 2:34 PMauth/authorisationurl?thirdPartyId=google
do exactly what i want so i'd like to see how is it builtTeK
04/03/2023, 2:37 PMThirdPartyEmailPassword.emailPasswordSignIn
method ? this way i can return it to clients so they can use it next time for other requests ?rp
04/03/2023, 2:40 PM