Ghost/core
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
..
client@0650518bcd Updated Ghost-Admin to v3.33.0 2020-09-14 12:39:47 +01:00
frontend Added new portal config flag 2020-09-17 19:40:34 +05:30
server Added tokens table to the database 2020-09-17 16:08:35 +01:00
shared Added new portal config flag 2020-09-17 19:40:34 +05:30
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00