Fiken Proxy
A Vercel-hosted proxy that maps bearer-token clients to Fiken form-login sessions, manages cookies, and forwards requests to upstream Fiken endpoints.
What it does
Fiken Proxy provides a small authenticated bridge between bearer-token clients and Fiken's browser-oriented login flow. Clients call the proxy with a token; the proxy maps that token to credentials, signs in through the upstream form flow, stores the cookie session, and forwards requests.
It exists to make an awkward integration shape usable from modern serverless clients.
Technical shape
The proxy includes manual sign-in, auth checks, cookie-jar handling, IP filtering, session storage, logging, Prisma-backed persistence, raw forwarding routes, and status endpoints.
The design keeps the client interface simple while containing the form-cookie behavior inside a controlled backend boundary.
Current state
Active. The product includes admin setup, endpoint flow diagrams, masquerading notes, and user sign-in documentation.