Bruno Diferente
02/27/2022, 3:04 PMNextjs
, and a seperate backend made with NestJS
.
and when it comes to the implementation , connect via [google,. ..........] send call to Nextjs backend instead of Nestjs
Any idea how to solve this.rp
02/27/2022, 3:06 PMBruno Diferente
02/27/2022, 3:11 PMrp
02/27/2022, 3:13 PMBruno Diferente
02/27/2022, 3:17 PMrp
02/27/2022, 3:17 PMBruno Diferente
02/27/2022, 3:17 PMBruno Diferente
02/27/2022, 3:17 PMBruno Diferente
02/27/2022, 3:17 PMBruno Diferente
02/27/2022, 3:18 PMrp
02/27/2022, 3:18 PMBruno Diferente
02/27/2022, 3:19 PMrp
02/27/2022, 3:20 PMrisingryzen
02/28/2022, 4:46 AMimport { Fragment } from 'react'
import { Disclosure, Menu, Transition } from '@headlessui/react'
import { BellIcon, MenuIcon, XIcon } from '@heroicons/react/outline'
import { PlusSmIcon } from '@heroicons/react/solid'
import { ThirdPartyEmailPasswordAuth } from "supertokens-auth-react/recipe/thirdpartyemailpassword";
import { Profiler } from 'react/cjs/react.production.min';
function Profile() {
return (
<ThirdPartyEmailPasswordAuth requireAuth={true}>
Profile Icon
</ThirdPartyEmailPasswordAuth>
)
}
export default Profile;
Bruno Diferente
02/28/2022, 9:32 AMBruno Diferente
02/28/2022, 9:33 AMBruno Diferente
02/28/2022, 9:35 AMBruno Diferente
02/28/2022, 9:35 AMrp
02/28/2022, 9:43 AMrp
02/28/2022, 9:53 AMBruno Diferente
02/28/2022, 9:56 AMBruno Diferente
02/28/2022, 9:56 AMrp
02/28/2022, 9:56 AMrp
02/28/2022, 9:56 AMrp
02/28/2022, 9:57 AMpages/app/auth/[[...path]].js
Bruno Diferente
02/28/2022, 10:05 AMBruno Diferente
02/28/2022, 10:06 AMBruno Diferente
02/28/2022, 10:10 AMrp
02/28/2022, 10:11 AMrp
02/28/2022, 10:11 AM