EionRobb / purple-mattermost

A libpurple/Pidgin plugin for Mattermost
GNU General Public License v3.0
93 stars 23 forks source link

Use API token #62

Open bersace opened 7 years ago

bersace commented 7 years ago

Hi,

Here at work, mattermost is behind an HTTP proxy filtering HTTP auth. We can use mattermost desktop client because it allows to open a session through a web form.

I read the GitLab cookie option and though it might be a good idea to accept API token as well. Do you know if this is possible ?

Thanks for this plugin. It looks lean and is very useful ! :-)

Regards,

EionRobb commented 7 years ago

Do you have some links to info about an "api token" method?

bersace commented 7 years ago

@EionRobb i didn't find this. Sorry for the noise !

EionRobb commented 7 years ago

I'm kinda curious now, can you explain more about the API token option for auth? How do you auth normally with your Mattermost server?

bersace commented 7 years ago

Hi,

I misunderstood the behaviour of mattermost and GitLab integration. In the documentation, I don't find any mention of API token based auth. We should ask mattermost maintainers.

Regards, Étienne

bersace commented 5 years ago

Hi @EionRobb, do you have a idea why not close this issue ? Regards and happy new year ;-)

denics commented 5 years ago

Perhaps we should start from here? https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html

thmo commented 4 years ago

A personal access token should make it possible to use the REST API (and probably also the websocket).

See https://docs.mattermost.com/developer/personal-access-tokens.html and https://api.mattermost.com/ .