Create a new Application

I’m installing a new self hosted Taiga server and I cannot find how can I create a new application.

I’m make a Grafana panel to show my kanbans boards by JsonAPI, so I need to create and “Cyphered token”.

I would like to register an application and I found this in the Api Docs:

“1.1.2. Application token authentication
This kind of tokens are designed for allowing external apps use the Taiga API, they are associated to an existing user and an Application. They can be manually created via the django ADMIN or programatically created via API.”

How can I create a new Application?
Thanks.

Hi @evertonpaiva

to consume the API, you should access with username/password credentials following the workflow described in Standard token authentication.

Application tokens have another purpose, use Taiga as a login system for your app.

Best regards

1 Like