Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions markdownpages/profit/en/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Which method is used depends on the settings of the [App Connector](https://docs


## Classic token
**Please note! This functionality will be discontinued on 01-09-2027. Make sure to switch to OAuth before that date.**

This method uses static tokens which you include in the HTTP Authorization header of all your requests. A token is unique to a single environment and is linked to a user. The permissions of that user affect the rights of the token.

Expand Down
1 change: 1 addition & 0 deletions markdownpages/profit/nl/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Welke methode er gebruikt wordt, hangt af van de instellingen van de [App Connec


## Classic token
**Let op! Deze functionaliteit komt per 01-09-2027 te vervallen. Zorg ervoor dat je vóór die datum overstapt op OAuth.**

Deze methode maakt gebruik van statische tokens die je meegeeft in de HTTP-authenticatieheader van al je requests. Een token is uniek voor één omgeving en gekoppeld aan een gebruiker. De rechten van deze gebruiker hebben invloed op de rechten van het token.

Expand Down
Loading