Login not working #52
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As reported here: https://github.com/fossar/selfoss/issues/1355
I also cannot log into my instance using the F-droid version on my phone.
Using the compiled version on an emulator running Android API 31 it works fine.
This is solver with the new release
I'll add an APK in a few minutes for you and @jtojnar to test.
I tested it on my side.
@davidoskky @jtojnar the test apk is attached to the release.
Thanks, I will try to test it when I find time. Also, it would be nice to use POST method for login as pointed out in https://github.com/fossar/selfoss/issues/1356. It is supported since 2.18.
Thanks @jtojnar.
#20 was gonna be my next task, but I may use the
/login
method.I always use this wiki page as a reference. Should I use this one instead ?
Works for me.
Selfoss does not currently support basic auth (only some users have their gateways configured to use it). It supports
POST /login
withapplication/x-www-form-urlencoded
for body, andGET /login
using query string. The latter should be avoided.Oops, that is very outdated. The correct link is https://app.swaggerhub.com/apis/jtojnar/selfoss, I have updated the wiki to point there.
the fdroid listing was just updated.