vencax / netlify-cms-github-oauth-provider

netlify oauth github client sending token in form as netlify service itself
204 stars 127 forks source link

Settings for localhost #38

Closed scriptology closed 1 year ago

scriptology commented 1 year ago

Hi all! Could someone help me to set up this provider to work locally?

Here are my .env settings:

NODE_ENV=production
ORIGINS= // what can I specify here for localhost?
OAUTH_CLIENT_ID=GITHUB_CLIENT_ID
OAUTH_CLIENT_SECRET=GITHUB_SECRET
PORT=3001
AUTH_TARGET=_blank
vencax commented 1 year ago

See: https://github.com/vencax/netlify-cms-github-oauth-provider/issues/27#issuecomment-1621502255