jfilter / oauth-proxy

A simple proxy for OAuth to hide the client secret.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oauth-proxy

A simple proxy for OAUTH to hide the client secret. This can be useful if you develop a mobile app and don't want to ship the client secret with it.

Usage

Set the two ENV variables:

  • CLIENT_SECRET, i.e., XXXXSECRET
  • HOSTNAME, i.e, fragdenstaat.de
npm start

License

MIT.

About

A simple proxy for OAuth to hide the client secret.

License:MIT License


Languages

Language:JavaScript 100.0%