Skip to content

jclem/authproxy

Repository files navigation

Authproxy

Authproxy allows you to develop against OAuth providers that do not accept wildcard callback URLs. This is useful, for example, when wanting to use OAuth providers like GitHub or Twitter with Vercel preview deployments.

Development

$ npm ci
$ npm run dev