You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the wiki it appears to support either the global API key or custom API tokens. We tried creating a custom token that I have confirmed works using postman, however it does not work when we use it in the plugin.
Looking at the code, it appears to only support the api key method which requires a Key/Email combination and does not use the Authorization header that the tokens use.
Am I missing something? If it weren't for the docs I would have assumed it doesn't currently support the token method, however since the docs not only mention the token method but recommend it I feel like I've missed something obvious.
The text was updated successfully, but these errors were encountered:
On the wiki it appears to support either the global API key or custom API tokens. We tried creating a custom token that I have confirmed works using postman, however it does not work when we use it in the plugin.
Looking at the code, it appears to only support the api key method which requires a Key/Email combination and does not use the
Authorization
header that the tokens use.Am I missing something? If it weren't for the docs I would have assumed it doesn't currently support the token method, however since the docs not only mention the token method but recommend it I feel like I've missed something obvious.
The text was updated successfully, but these errors were encountered: