Socket
Socket
Sign inDemoInstall

gatsby-tinacms-teams

Package Overview
Dependencies
229
Maintainers
12
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gatsby-tinacms-teams

Adds [Tina Teams](https://tinacms.org/teams/) authentication and authorization to a Gatsby site.


Version published
Weekly downloads
54
increased by10.2%
Maintainers
12
Install size
10.9 MB
Created
Weekly downloads
 

Changelog

Source

0.43.0 (2021-07-12)

Bug Fixes

  • react-tinacms-editor: fixing FocusRingOptions import path (7096add)
  • react-tinacmseditor: fixing FocusRingOptions import path (6c231e3)

Features

  • react-tinacms-inline: InlineBlocks children (00d5804)
  • tinacms: customize list error message by throwing a MediaListError (5aff1da)

Readme

Source

gatsby-tinacms-teams

Adds Tina Teams authentication and authorization to a Gatsby site.

Install

npm install --save gatsby-tinacms-teams

or

yarn install gatsby-tinacms-teams

How to Use

Setting up Tina Teams

TODO

Configuring the Plugin

// In your gatsby-config.js
plugins: [
  {
    resolve: "gatsby-plugin-tinacms",
    options: {
      plugins: [
        "gatsby-tinacms-teams"
      ]
    }
  }
],

Starting the App

Teams authentication is controlled by the REQUIRE_AUTH environment variable.

package.json

"scripts": {
  "auth-start": "REQUIRE_AUTH=true gatsby develop"
}

Alternatively, you can use .env files:

.env.staging

REQUIRE_AUTH=true

You will also need to set the TINA_TEAMS_NAMESPACE environment variable. This will be the email of the user who owns this site within Tina Teams

.env.staging

REQUIRE_AUTH=true
TINA_TEAMS_NAMESPACE=james@forestry.io

TINA CMS

Keywords

FAQs

Last updated on 28 Jun 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