0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test
Fabien O'Carroll 01e62e3d79 Added tokens table to the database
no-issue

This is a table to store single use tokens for use in magic links, the
columns are as simple as possible at the moment and are designed as:
id - standard ObjectID like all of our tables
token - 128bit base64 encoded string
data - arbitrary data to store against the token
created_at - timestamp to allow for expiry to be implemented for tokens
2020-09-17 16:08:35 +01:00
..
api-acceptance Added tokens table to the database 2020-09-17 16:08:35 +01:00
frontend-acceptance 🎨 New Google AMP template (#11986) 2020-07-06 17:09:24 +01:00
regression Fixed posts_meta relation in test fixtures 2020-09-17 20:46:45 +12:00
unit Added tokens table to the database 2020-09-17 16:08:35 +01:00
utils Fixed acceptance tests for posts_meta refactor 2020-09-17 21:19:26 +12:00
.eslintignore
.eslintrc.json Fixed linting error 2020-04-17 11:32:29 +01:00
.jshintrc