mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
01e62e3d79
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 |
||
---|---|---|
.. | ||
api-acceptance | ||
frontend-acceptance | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.json | ||
.jshintrc |