Login not working #52
Labels
No Label
Difficulty - Beginner friendly
Difficulty = Easy
Difficulty = Hard
Difficulty = Medium
Priority = CRITICAL
Priority = High
Priority = Low
Priority = Normal
Priority = Some day
Status - Fixed somewhere else
Status - No details provided
Status = Can't fix
Status = Duplicate
Status = Help wanted
Status = Invalid
Status = Need more details
Status = Taken
Status = Wontfix
Type - Selfoss works like this
Type = Bug
Type = Chore
Type = Enhancement
Type = Feature
Type = Question
Type = SELFOSS API ISSUE
Type = Tools
Type = UX/Design
Up For Grabs
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Louvorg/ReaderForSelfoss-multiplatform#52
Loading…
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.