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
in addition to #3249 I want to create a service which syncs the recipes with KptnCook. I was already able to download the recipes from KptnCook and now need to upload them via the API to Tandoor.
All API requests should be behind some authentication and I found two different APIs for that purpose:
/api-auth-token: Gives me a permanent redirect which then gives me a 405 with this response {"detail":"Method \"GET\" not allowed."}
Issue
Hello,
in addition to #3249 I want to create a service which syncs the recipes with KptnCook. I was already able to download the recipes from KptnCook and now need to upload them via the API to Tandoor.
All API requests should be behind some authentication and I found two different APIs for that purpose:
{"detail":"Method \"GET\" not allowed."}
{"detail":"Authentication credentials were not provided."}
Could someone elaborate how to get an API token?
Also I didn't saw any references on how to use these API tokens. Is the usage documented anywhere?
Thanks!
Tandoor Version
1.5.20
OS Version
Docker
Setup
Docker / Docker-Compose
Reverse Proxy
Traefik
Other
No response
Environment file
No response
Docker-Compose file
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: