oauth 2.0 - How to pass Authorization header from Next.js app to backend service? - Stack Overflow

admin2025-03-20  1

I am creating a Next.js web app that connects to an existing backend service to retrieve data. The backend service contains endpoints that require authentication (OAuth2 / Authorization header). There is a flow in which I could do this using the Next.js backend as a proxy (browser -> Next.js backend -> existing backend service). In this scenario, the backend has the user's auth token and adds it to the request to the backend service.

But this seems redundant. I want to call my backend service directly from the frontend using something like Axios in the frontend. Is this possible? How would I get the user's auth token in order to make this call to my backend service?

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1742406514a212128.html

最新回复(0)