Next Auth with Separate backend app
Answered
Capelin posted this in #help-forum
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
in that case, you want to check my poc code.
https://github.com/tfutada/zenn-nextjs/blob/main/app/google-calendar/page.tsx
1 Reply
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
in that case, you want to check my poc code.
https://github.com/tfutada/zenn-nextjs/blob/main/app/google-calendar/page.tsx
Answer