netlify-cms-cloudflare-pages
netlify-cms-cloudflare-pages copied to clipboard
Oauth API to run Decap CMS (formerly Netlify CMS) on Cloudflare Pages
First off: Thank you for sharing this, as it is much needed. Unfortunately, it doesn't seem to be working for me. When heading to Netlify CMS login at /admin/ seeing...
This repo / instructions are pure gold! I've been searching for a elegant, flat file / git ops CMS similar to Netlify CMS for deploying on Cloudflare Pages. Do you...
I am using this DecapCMS made script and its working. Its the same updated version of Netlify CMS
when clicking on login with github, the redirect url is built incorrectly `https://example.pages.dev/admin/example.pages.dev/api/auth?provider=github&site_id=example.pages.dev&scope=repo` instead of `https://example.pages.dev/api/auth?provider=github&site_id=example.pages.dev&scope=repo`
## Description This is the message pattern the repo is using https://github.com/i40west/netlify-cms-cloudflare-pages/blob/7b427946965f0c5fd33ddd04db0b62bb73a4f0a3/functions/api/callback.js#L6 which will return messages like `authorization:github:success:"data: gho_xxxxxxx"` and decap is now using JSON.parse to parse this field of...