From 151fa1e450740b08ee783e819dd42cf2c48c335c Mon Sep 17 00:00:00 2001 From: leyrer Date: Sat, 26 Dec 2020 13:45:01 +0100 Subject: Typo fix line 76 'Authentication' -> Authorization --- doc/md/REST-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ``` -- cgit v1.2.3