Merge pull request #1669 from leyrer/master
Typo fix line 76 'Authentication' -> Authorization
This commit is contained in:
commit
f2e309b67d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var_dump(getInfo($baseUrl, $secret));
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
- All requests to Shaarli's API must include a **JWT token** to verify their authenticity.
|
- 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:
|
- JWT tokens are composed by three parts, separated by a dot `.` and encoded in base64:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue