Merge pull request #1669 from leyrer/master

Typo fix line 76 'Authentication' -> Authorization
This commit is contained in:
ArthurHoaro 2020-12-29 00:36:22 +01:00 committed by GitHub
commit f2e309b67d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <jwt token>`.
- This token must be included as an HTTP header called `Authorization: Bearer <jwt token>`.
- JWT tokens are composed by three parts, separated by a dot `.` and encoded in base64:
```