From: ArthurHoaro Date: Mon, 28 Dec 2020 23:36:22 +0000 (+0100) Subject: Merge pull request #1669 from leyrer/master X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f2e309b67d92ea19e47f1fc6b9a676c19d8cf33d;hp=ab4c170672c0679c5b8ebc6065e3ca2b13165f24;p=github%2Fshaarli%2FShaarli.git Merge pull request #1669 from leyrer/master Typo fix line 76 'Authentication' -> Authorization --- diff --git a/doc/md/REST-API.md b/doc/md/REST-API.md index 01071d8e..2a36ea29 100644 --- a/doc/md/REST-API.md +++ b/doc/md/REST-API.md @@ -73,7 +73,7 @@ var_dump(getInfo($baseUrl, $secret)); ### Authentication - All requests to Shaarli's API must include a **JWT token** to verify their authenticity. -- This token must be included as an HTTP header called `Authentication: Bearer `. +- This token must be included as an HTTP header called `Authorization: Bearer `. - JWT tokens are composed by three parts, separated by a dot `.` and encoded in base64: ```