oioki / edge-proxy

Home Page:https://edge-proxy-eta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name slug description framework useCase css deployUrl demoUrl relatedTemplates
Authentication Proxy
edge-authentication-proxy
An auth proxy on the edge.
None
Edge Functions
None
edge-hello-world
basic-auth-password

Authentication Proxy

An auth proxy on the edge.

Demo

https://authed-proxy.vercel.app/api/proxy

How to Use

You can choose from one of the following two methods to use this repository:

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Clone and Deploy

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/vercel/examples/tree/main/edge-functions/authed-proxy edge-authentication-proxy
# or
yarn create next-app --example https://github.com/vercel/examples/tree/main/edge-api-functions/authed-proxy edge-authentication-proxy

Install the Vercel CLI:

npm i -g vercel

Then run the app at the root of the repository:

vercel dev

About

https://edge-proxy-eta.vercel.app


Languages

Language:TypeScript 100.0%