0.0.20 • Published 4 years ago

datocms-plugin-netlify-identity v0.0.20

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Netlify Identity DatoCMS plugin

A plugin that nicely displays Netlify Identity user info instead of the raw ID.

Configuration

To fetch user info for your Netlify Identity instance, you need to publish a specific Netlify function.

Install the datocms-plugin-netlify-identity package in your project, then add a file called user-info.js in your functions folder with the following content:

const generateHandler = require('datocms-plugin-netlify-identity');

const accessToken = 'CHANGEME';

exports.handler = generateHandler(accessToken);

Once deployed, you can configure the plugin setting inserting both the URL of the Netlify function, and the access token you chose:

Demo

Development

Install all the project dependencies with:

yarn install

Start the local development server with:

yarn start

The plugin will be served from https://datocms-plugin-netlify-identity.localtunnel.me/. Insert this URL as the plugin Entry point URL.

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago