mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 18:27:22 +00:00
Merge branch 'master' into fix/install-plugin
This commit is contained in:
commit
ec08c22aef
@ -1,4 +1,4 @@
|
||||
# Authentification
|
||||
# Authentication
|
||||
|
||||
## Register a new user.
|
||||
|
||||
@ -53,7 +53,7 @@ $.ajax({
|
||||
});
|
||||
```
|
||||
|
||||
## Use your token to be identify as user.
|
||||
## Use your token to be identified as a user.
|
||||
|
||||
By default, each API request is identified as `guest` role (see permissions of `guest`'s role in your admin dashboard). To make a request as a user, you have to set the `Authorization` token in your request headers. You receive a 401 error if you are not authorized to make this request or if your authorization header is not correct.
|
||||
|
Loading…
x
Reference in New Issue
Block a user