Hello, I have a few questions about the process of getting a valid auth token. I have been able to get a token out of the local storage of the user but it is unauthorized when I try to use it for the API. So does that mean I need to get it validated because it is from an external app? I have looked here
https://taigaio.github.io/taiga-doc/dist/api.html#external-app-authorization to answer that question. From my interpretation of that documentation, I need to get the retrieved auth token validated and to do that I need an application id. We have been unable to figure out how to get an application id. We have our own instance of Taiga but can't figure out how to find the Django admin UI to get the application id.
Also, David mentioned above that I could get a token for a user with normal login. I am trying to not have the user have to log in but instead get the token from their info already in local storage. If we are hosting our own instance of Taiga will getting an application token help? In some of those steps I will run into the same problem if needing an application id. I am sorry for my confusion but I am having trouble getting my questions answered from the documentation that I have seen. Any help would be really appreciated. Even if there is more documentation that I can look through.