1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/sql
J. King 38bdde1167 Add access tokens to the db, with relevant code
Tokens are similar to sessions in that they stand in for users, but the
protocol handlers will manage them; Fever login hashes are the
originating use case for them. These must never expire, for example,
and we need to specify their values.

This commit also performs a bit of database clean-up
2019-03-09 16:23:56 -05:00
..
MySQL Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
PostgreSQL Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00
SQLite3 Add access tokens to the db, with relevant code 2019-03-09 16:23:56 -05:00