This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
https://github.com/aaronpk/Quill
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
344
Commits
3
Branches
7.0 MiB
Tree:
cd4b32bf98
dependabot/composer/firebase/php-jwt-6.0.0
main
medium
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'cd4b32bf98'
${ noResults }
Quill
/
schema
/
migrations
/
0013.sql
2 lines
80 B
Raw
Normal View
History
Track token expiration Force reauthentication after the token expires.
6 months ago
ALTER
TABLE
users
ADD
COLUMN
`
micropub_token_expiration
`
datetime
DEFAULT
NULL
;