]> BookStack Code Mirror - bookstack/commit
Updated API auth handling of email confirmations
authorDan Brown <redacted>
Thu, 5 Aug 2021 21:07:08 +0000 (22:07 +0100)
committerDan Brown <redacted>
Thu, 5 Aug 2021 21:07:08 +0000 (22:07 +0100)
commit70f39757b1e405bcbb40ec1618e5259d13c642dc
treee5393b6ca66d9995c77de75db0f31222b6d51f42
parent9b271e559fd0ca98319cf5ba0d7c26916511b62a
Updated API auth handling of email confirmations

Email confirmations are now done within the guard during auth checking
instead of at the middleware layer.
app/Api/ApiTokenGuard.php
app/Http/Middleware/ApiAuthenticate.php
app/Providers/AuthServiceProvider.php