Application Token

I have a self-hosted Taiga application. How can I get an application token? Should I log in with my username and password every time I get unauthorized?

I got the answer rather than cyphering it will generate the token which is cyphered and use that. For example in the header the Authorization part should be Application then the toke. Just like what you do when using a user name and password Bearer then toke.