decap_oauth 0.0.1

OAuth server for Decap CMS for GitHub.
Documentation
1
2
3
4
5
6
7
8
Decap CMS OAuth provider for GitHub. The following environment variables must
be set for it to work properly: `ORIGIN`, `CLIENT_ID`  and `SECRET`. For
instructions on how to set up an OAuth app and get `CLIENT_ID` and `SECRET`,
refer to [GitHub's
documentation](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app).


Documentation available on [docs.rs](https://docs.rs/decap_oauth/latest/decap_oauth/).