bin+lib decap_oauth

OAuth server for Decap CMS for GitHub

2 releases

0.0.2 Nov 28, 2023
0.0.1 Nov 28, 2023

MIT license

16KB
206 lines

External OAuth provider for Decap CMS. The following environment variables must be set for it to work:

OAUTH_CLIENT_ID=(insert_the_client_id)
OAUTH_SECRET=(insert_the_secret)
OAUTH_ORIGINS=www.example.com,oauth.mysite.com

Additionaly, when using a host provider other than GitHub, such as Gitlab, the following environment variables must be set:

OAUTH_PROVIDER=gitlab
OAUTH_HOSTNAME=https://gitlab.com
OAUTH_TOKEN_PATH=/oauth/token
OAUTH_AUTHORIZE_PATH=/oauth/authorize
OAUTH_SCOPES=api

When using GitHub Enterprise, please set OAUTH_HOSTNAME to the proper value.

Documentation available on docs.rs.


lib.rs:

External OAuth provider for Decap CMS. The following environment variables must be set for it to work:

OAUTH_CLIENT_ID=(insert_the_client_id)
OAUTH_SECRET=(insert_the_secret)
OAUTH_ORIGINS=www.example.com,oauth.mysite.com

Additionaly, when using a host provider other than GitHub, such as Gitlab, the following environment variables must be set:

OAUTH_PROVIDER=gitlab
OAUTH_HOSTNAME=https://gitlab.com
OAUTH_TOKEN_PATH=/oauth/token
OAUTH_AUTHORIZE_PATH=/oauth/authorize
OAUTH_SCOPES=api

When using GitHub Enterprise, please set OAUTH_HOSTNAME to the proper value.

Dependencies

~10–22MB
~327K SLoC