From b713866ea17ba6175022e255dbbe03dba4e7a887 Mon Sep 17 00:00:00 2001 From: acifer Date: Mon, 15 Jan 2018 16:41:42 +0100 Subject: [PATCH] Update and rename authentification.md to authentication.md --- .../en/guides/{authentification.md => authentication.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/3.x.x/en/guides/{authentification.md => authentication.md} (97%) diff --git a/docs/3.x.x/en/guides/authentification.md b/docs/3.x.x/en/guides/authentication.md similarity index 97% rename from docs/3.x.x/en/guides/authentification.md rename to docs/3.x.x/en/guides/authentication.md index aec12ce4ea..11a1397be0 100644 --- a/docs/3.x.x/en/guides/authentification.md +++ b/docs/3.x.x/en/guides/authentication.md @@ -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.