Ghost/test
Fabien 'egg' O'Carroll 812e4b682f
Added SingleUseToken model (#12215)
no-issue

This is a model for the tokens table, which handles the single use
aspect by customising the `findOne` method to automatically destroy the
model after reading from it
2020-09-18 15:05:56 +01:00
..
api-acceptance Added tokens table to the database 2020-09-17 16:08:35 +01:00
frontend-acceptance
regression Added SingleUseToken model (#12215) 2020-09-18 15:05:56 +01:00
unit Updated the tokens table to have 32 char tokens 2020-09-17 17:33:43 +01:00
utils Fixed acceptance tests for posts_meta refactor 2020-09-17 21:19:26 +12:00
.eslintignore Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
.eslintrc.json
.jshintrc