@fgnass/decap-cms-backend-aws-cognito-github-proxy
Version:
GitHub backend for Decap CMS proxied through AWS Cognito
13 lines (9 loc) • 351 B
text/typescript
import { API } from 'decap-cms-backend-github';
import AwsCognitoGitHubProxyBackend from './implementation';
import AuthenticationPage from './AuthenticationPage';
export const DecapCmsBackendAwsCognitoGithubProxy = {
AwsCognitoGitHubProxyBackend,
API,
AuthenticationPage,
};
export { AwsCognitoGitHubProxyBackend, API, AuthenticationPage };