Skip to content

wearedevx/keystone-auth-proxy

Repository files navigation

Keystone Auth Proxy

A Serverless function to handle redirects in OAuth flows.

It allows redirection to the proper Cloud Run revision depending on the version of the CLI that initiated the authentication process. It also allows to support different authentication providers (e.g. GitHub or Gitlab).

Install

npm install

Local development

npm run start

Default port is 8080. To use a different one:

PORT=9002 npm run start

About

An OAuth redirection proxy for Keystone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published