Versions Compared

Key

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

...

Once a user has received an access token, that token must accompany any request to a LiteFarm service. Moving forward, LiteFarm services will expect an access token. The service should Services interrogate that token in order to access the relevant information for it’s operations (e.g. user_id or farm_id).

This data will no longer exist in plaintext on the users' browser (as shown below):

...

Using this scheme, an API call will resemble the following:

...