diff --git a/Authorization.md b/Autorisierung.md similarity index 77% rename from Authorization.md rename to Autorisierung.md index 6cba38f..8ec83dd 100644 --- a/Authorization.md +++ b/Autorisierung.md @@ -1,4 +1,4 @@ -## **Authorization** +## **Autorisierung** [Zurück zur Übersicht](Startseite) @@ -6,11 +6,10 @@ --- * Authorization Header -* Auth Middleware * IP Restrictions ### **Authorization Header** -The Auhorization header will be used to identify the client/API that connect to it. +Der Auhorization-Header wird verwendet, um den Client/die API zu identifizieren, der/die sich damit verbindet. ### **PHP** Example to set the Header with PHP-Curl: @@ -97,4 +96,10 @@ request(options, function (error, response) { if (error) throw new Error(error); console.log(response.body); }); -``` \ No newline at end of file +``` +--- + +### IP Restrictions + +Jeder Client der die API ansteuert muss von einer IP-Adresse stammen die eingetragen ist. Nicht eingetragene IP-Adressen werden abgelehnt. +Es wird später möglich sein weitere User Accounts zu definieren um Unterkonten zu erstellen welche ebenfalls die API verwenden dürfen.