emansih / FireflyMobile

Mobile Application for Firefly III written in Kotlin
GNU General Public License v3.0
323 stars 48 forks source link

Problem authenticating with oauth #164

Closed angubite closed 2 years ago

angubite commented 3 years ago

Firefly III Server Version: 5.5.9 Firefly III Mobile Version: 4.7.0 Android Version:
10 Device Information:

emansih commented 3 years ago

Hi. I have not tested against yunohost. From what I can tell, the issue is that the redirect uri does not contain a token.

emansih commented 3 years ago

@angubite Hi. Are you still having OAuth issues?

JesApp commented 3 years ago

I have the some problem and I also host via yunohost. Seems to be related to that specific setup, rather than the app.

JesApp commented 3 years ago

Also, yunohost currently ships firefly III v5.4.6. I have opened an issue here.

emansih commented 3 years ago

@JesApp does Personal Access Token work?

JesApp commented 3 years ago

No, it throws a JSON parsing error. I was going to create an issue on that, when I found out that yunohost is out of date. If that problem still occurs after an update, I'll let you know.

emansih commented 3 years ago

Ah yes. I forgot it wouldn't work since the app is using the newer Firefly III API for Personal Access Token.