Usage:

1. Obtain the token:

Send POST request to http://pgd.ovh/login_check with: _username={YOUR_LOGIN} and _password={YOUR_PASSWORD}.
as json response you get token.

EXAMPLE: {"token":"eyJhbGciOiJSUzI1NiIsIndasQdMm8gfsCvQ"}

2. Use token:

Simply pass token on each request to the protected endpoints as an authorization header.

EXAMPLE: Authorization: Bearer {token}

Documentation auto-generated on Mon, 11 Dec 23 03:08:26 +0100