Amit Kumar Sahoo
Results
2
comments of
Amit Kumar Sahoo
I tried the same code in my route.ts inside app/api/auth/[...nextauth] folder: ``` LinkedInProvider({ clientId: process.env.LINKEDIN_CLIENT_ID as string, clientSecret: process.env.LINKEDIN_CLIENT_SECRET as string, authorization: { params: { scope: 'openid profile email' }...
Thanks. Resolved it. 👍🏻