Next.js Discord

Discord Forum

Next Auth with Separate backend app

Answered
Capelin posted this in #help-forum
Open in Discord
Original message was deleted.
Answered by tafutada777
im not sure exactly what you mean by credentials, but it is possible to send Google proveded token to upstream APIs such as Google Calendar.
in that case, you want to check my poc code.
https://github.com/tfutada/zenn-nextjs/blob/main/app/google-calendar/page.tsx
View full answer

1 Reply

Avatar
im not sure exactly what you mean by credentials, but it is possible to send Google proveded token to upstream APIs such as Google Calendar.
in that case, you want to check my poc code.
https://github.com/tfutada/zenn-nextjs/blob/main/app/google-calendar/page.tsx
Answer