| Summary: | Login using Personal Access Token | ||
|---|---|---|---|
| Product: | [Applications] Ruqola | Reporter: | Daniel Eckl <daniel.eckl> |
| Component: | backend | Assignee: | Laurent Montel <montel> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | daniel.eckl |
| Priority: | NOR | ||
| Version First Reported In: | 1.9.2 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/ruqola/-/commit/9def6f246e665aa779ad7f24ebe049f1c4154a63 | Version Fixed/Implemented In: | 2.2.0 |
| Sentry Crash Report: | |||
|
Description
Daniel Eckl
2024-02-16 08:22:11 UTC
Hi, I need to look at how work "Login via Personal Access Token" I never tested it. I will work on it soon. Regards Can you create PAT in your server ? Yes, on my company server I can create PAT and I know they work because they do with Pidgin RocketChat Plugin (which has other serious issues, so that's no alternative for me) Ok good to know. I work at the moment to implement it. I spoke with RC dev too and I have some idea for implementing it and add more features too. I hope to fix/implement it this week. Regards That would be awesome, thank you so much for your work. I will do my very best to build it from git as soon as a first poc is ready. In git master it's only qt6. => better to use flapak if you don't have kf6 environment. Oh cool, if you are able to provide flatpak afterwards, this would be wonderful! Thank you so much We already have it (ok in master it was broken last week and I reactivate it this evening patch in progress) Just for info: - I rewrote create account dialog => now it supports password login + other method as plugins - I started to migrate ddp api (real live api) to REST API (necessary for it) - I started to adapt login method for using it. => still in progress. I hope to finish it this week. Git commit 9def6f246e665aa779ad7f24ebe049f1c4154a63 by Laurent Montel. Committed on 22/03/2024 at 12:14. Pushed by mlaurent into branch 'master'. Fix bug 481400: Login using Personal Access Token now authentication by personal access token is possible FIXED-IN: 2.2.0 M +6 -1 src/core/authenticationmanager/authenticationmanagerbase.cpp M +2 -0 src/core/authenticationmanager/authenticationmanagerbase.h M +4 -4 src/plugins/authentication/personalaccesstoken/personalaccesstokenauthenticationinterface.cpp https://invent.kde.org/network/ruqola/-/commit/9def6f246e665aa779ad7f24ebe049f1c4154a63 I'm using Ruqola nightly right now and PAT Login works flawlessly, thank you so much! Waou ! great. Without problem etc ? I implemented I verify that it works but you will test in production :) Please report all bugs. Thanks I think the PAT part is absolutely flawless. I noticed that when I add a new server and enter the server url with a trailing slash like "https://chat.server.name/" the interface connects like forever, simply removing the slash works fine. I guess that was already the case before and this is unrelated. |