Versions Compared

Key

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

...

Once the client has accessed the first page, they have been issued auth cookies and all standard URLs work without the token string in the URL.  You will want to consider how the user is handled to re-authenticate them if the session expires.

Using the token based

...

authentication in the header

We can make API requests against the Opmantek product by passing your generated token in within the header of a your request.

Code Block
languagebash
Authorization: Token <data>

...