0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/models
Fabien O'Carroll b6e80ef557
Added refreshSecret method to ApiKey model (#9947)
refs #9865

This is to allow the secret of an api_key to be refreshed, in the event of a secret being compromised.
2018-10-05 15:51:13 +07:00
..
base Added some missing tests to base model (#9931) 2018-10-02 16:43:19 +02:00
plugins Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
api-key_spec.js Added refreshSecret method to ApiKey model (#9947) 2018-10-05 15:51:13 +07:00
invite_spec.js Removed knex mock (#9685) 2018-06-12 20:26:16 +02:00
permission_spec.js Removed knex mock (#9685) 2018-06-12 20:26:16 +02:00
post_spec.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
role_spec.js Set up schema and models for API Key authentication (#9904) 2018-10-02 17:46:38 +01:00
session_spec.js Created Session Model (#9909) 2018-09-27 14:31:39 +02:00
tag_spec.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
user_spec.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00