Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All services requires the client to include a token, acquired from the authentication service, in the header of the request. The token will be valid for a limited period of time, but valid for all requests during that time interval. In a simplified way the process can be shown as follows:

Image RemovedImage Added

Login

To authenticate with resources exposed by the API, it is required to sign in with theĀ login service.
The authentication process is done in two steps.

...