Ghost/ghost/members-browser-auth
2019-08-12 05:28:29 +00:00
..
test Added initial browser-auth package 2019-04-18 14:07:59 +02:00
.eslintrc.js Added initial browser-auth package 2019-04-18 14:07:59 +02:00
index.js Stopped browser-auth editing src of auth-pages frame 2019-07-09 18:44:53 +08:00
LICENSE Added initial browser-auth package 2019-04-18 14:07:59 +02:00
package.json Update dependency sinon to v7.4.1 2019-08-12 05:28:29 +00:00
README.md Added initial browser-auth package 2019-04-18 14:07:59 +02:00

Members Browser Auth

Install

npm install @tryghost/members-browser-auth --save

or

yarn add @tryghost/members-browser-auth

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2019 Ghost Foundation - Released under the MIT license.