Important Notes

Important notes about security.

Using Client Credentials

Do not use the credentials in front-end devices. The credentials must be used exclusively by servers at back-end.

Refresh Tokens

Re-use access-tokens between requests, respecting his expiration date. Use the refresh-token, when available, to keep consistency and performance.