Introduction¶
In order to authenticate/authorize a user or a client, the Quasydoc API uses the OAuth 2.0 protocol.
The Quasydoc OAuth 2.0 server is responsible for issuing access tokens. An access token has to be provided with each API call.
IMPORTANT: all requests must be sent via HTTPS !
The official OAuth 2.0 specification: https://tools.ietf.org/html/rfc6749