Ghost/ghost/security
Naz 06bc47678b Published new versions
- @tryghost/adapter-manager@0.2.1
 - @tryghost/job-manager@0.3.0
 - @tryghost/mw-session-from-token@0.1.10
 - @tryghost/security@0.2.2
 - @tryghost/session-service@0.1.11
 - @tryghost/zip@1.1.6
2020-11-19 18:17:14 +13:00
..
lib Extended resetToken.compare return result with reason for comparison failure 2020-09-22 15:31:15 +12:00
test Corrected "declared in uppper scope" linting errors 2020-09-22 15:33:30 +12:00
.eslintrc.js
index.js Populated index.js with exports to package components 2020-08-11 13:38:44 +01:00
LICENSE
package.json Published new versions 2020-11-19 18:17:14 +13:00
README.md

Security

Install

npm install @tryghost/security --save

or

yarn add @tryghost/security

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) 2020 Ghost Foundation - Released under the MIT license.