👔 create callback forwader

create a handler to forward callback requests from the OAuth provider to the main backend system.
This commit is contained in:
2025-08-31 22:02:31 +07:00
parent e804f259b7
commit 2bcd2a4ead
6 changed files with 24 additions and 31 deletions

View File

@ -8,4 +8,5 @@ export const api = ky.create({
headers: {
access_token: process.env.MAIN_BACKEND_API_KEY,
},
retry: 0,
});