The decap-cms-backend-aws-cognito-github-proxy provides an abstraction layer that sits between Decap CMS and a proxied version of the GitHub REST API. It is designed to facilitate authentication and API requests through an AWS Cognito-compatible flow.
It consists of two primary components:
- Implementation: A wrapper around the standard GitHub Backend that enables the proxied GitHub functionality.
- AuthenticationPage: A generic authentication page that utilizes
lib-auth to support AWS Cognito-compatible authentication flows, including support for PKCE (Proof Key for Code Exchange).