👔 create callback forwader
create a handler to forward callback requests from the OAuth provider to the main backend system.
This commit is contained in:
@ -8,4 +8,5 @@ export const api = ky.create({
|
||||
headers: {
|
||||
access_token: process.env.MAIN_BACKEND_API_KEY,
|
||||
},
|
||||
retry: 0,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user