Backend-less operation: letting the user enter username and token and talk to API with them #7466
vadimkantorov
started this conversation in
General
Replies: 1 comment 1 reply
-
tldr: No. This is answered here: #663. The issue is quite old, so maybe a new solution has emerged since then. Let us know your conclusion if you decide to dig in. If you want to do this without Netlify, you can use one of third-party OAuth providers: https://decapcms.org/docs/external-oauth-clients/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Decap-CMS support working without any backend / netlify account?
E.g. one can let the user enter github username / personal token, and work directly with the GitHub API for storing and retrieving contents (which works really nice for GitHub Pages/Actions-based websites). I tried this as a proof-of-concept with my own mini-CMS https://vadimkantorov.github.io/moncms/ . It works, so I'm looking for a more fully-fledged CMS following the same authn concept.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions