Socket
Socket
Sign inDemoInstall

tinacms-contentful-root

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tinacms-contentful-root

This package provides helpers for setting up TinaCMS to use the Contentful API as well as user authentication with Contentful.


Version published
Maintainers
1
Created

Readme

Source

react-tinacms-contentful

This package provides helpers for setting up TinaCMS to use the Contentful API as well as user authentication with Contentful.

Pre-requisites

To use this plugin, the following is expected:

  • You have a working application with TinaCMS already setup
  • You have setup OAuth applications with Contentful if you plan to have your users authenticate with Contentful

Installation

npm install --save react-tinacms-contentful contentful contentful-management
# or
yarn add react-tinacms-contentful contentful contentful-management

Getting started

There are three different approaches to using Contentful with TinaCMS, depending on your application's configuration:

  1. Client-side with OAuth user authentication, which allows users of your Contentful organization to login to their account to edit the content with Tina that they are allowed to access in Contentful.
  2. Client-side with personal access-token-based authentication, which allows you to access the delivery API or preview API to render content client-side, or preview draft content.
  3. Serverless with access-token-based authentication, which allows you to access the delivery API or preview API to build your application or preview draft content, and the management API to write changes back to contentful as the system instead of as a user.

FAQs

Last updated on 16 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc