Skip to content

feat(communication): added secure communication with proxy and adding… - #42

Open
DominikWojtanowski wants to merge 1 commit into
chore(config)/vercel-bff-architecturefrom
feat(proxy)/creating-proxy-backend
Open

feat(communication): added secure communication with proxy and adding…#42
DominikWojtanowski wants to merge 1 commit into
chore(config)/vercel-bff-architecturefrom
feat(proxy)/creating-proxy-backend

Conversation

@DominikWojtanowski

Copy link
Copy Markdown
Collaborator

This is continuation of stacked PR which aims to create secure communication between user and server

Summary:
feat(proxy): added intercepting client backend request (/api/auth/token is a exception)
feat(proxy): when request goes to main backend client backend will add authorization header automatically using secure cookies

@@ -1,7 +1,14 @@
import json
import logging
from typing import Annotated
sys.stderr.reconfigure(line_buffering=True)


from fastapi import APIRouter, HTTPException, Form, Cookie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant