]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/errors.php
Added expiry checking to API token auth
[bookstack] / resources / lang / en / errors.php
index 85c498f4831242e10afdab2720f76cefbdadae60..bb7b6148c9e5c14eb6ba42862e175c58bd512047 100644 (file)
@@ -95,5 +95,6 @@ return [
     'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
     'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
     'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
+    'api_user_token_expired' => 'The authorization token used has expired',
 
 ];