You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: support using 'Bearer' keyword instead of 'token' for Github backend
* feat: add additional configuration options to PKCE authenticator
* feat: add working AWS proxy and update Github and Git Gateway implementations to allow for it
---------
Co-authored-by: Seamus O Ceanainn <[email protected]>
An abstraction layer between the CMS and a proxied version of [Github](https://docs.github.com/en/rest).
4
+
5
+
## Code structure
6
+
7
+
`Implementation` - wraps [Github Backend](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-auth/README.md) for proxied version of Github.
8
+
9
+
`AuthenticationPage` - uses [lib-auth](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-auth/README.md) to create an AWS Cognito compatible generic Authentication page supporting PKCE.
0 commit comments