]> BookStack Code Mirror - bookstack/commit
Added expiry checking to API token auth
authorDan Brown <redacted>
Mon, 30 Dec 2019 19:51:41 +0000 (19:51 +0000)
committerDan Brown <redacted>
Mon, 30 Dec 2019 19:51:41 +0000 (19:51 +0000)
commit3cacda6762bca67ae2beeb44cdcff39ad6d7ec60
treefdbc83ff3325f91eafd31af5b0e8a28aaec29311
parent3d11cba223cad16ad13faee010259e97b05dcee9
Added expiry checking to API token auth

- Added test to cover to ensure its checked going forward
app/Api/ApiTokenGuard.php
resources/lang/en/errors.php
tests/Api/ApiAuthTest.php
tests/TestsApi.php