I have telegram bot with Taiga API. Bot has authorization by login and password, I want to make authorization by auth token, how can get auth token in Taiga web version ?
hi @Olexandr_Tyutyunnyk welcome to our community!
You may use the public Taiga API to login an existing user. This is likely the endpoint you need: Taiga REST API
Following this documentation, you can get a token
and a refresh token
that your bot should use to keep the user logged.
Cheers!
thank you, but I mean get token not from API, from web interface
hi @Olexandr_Tyutyunnyk !
I’m not sure what you mean about taking the token from the web interface. There is no page where you can pick it, you should use the API.
Cheers!