bdjegifjdvw@lemmy.world to Programmer Humor@programming.dev · 2 days agoI love password based loginlemmy.worldimagemessage-square181linkfedilinkarrow-up11.28Karrow-down124
arrow-up11.26Karrow-down1imageI love password based loginlemmy.worldbdjegifjdvw@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square181linkfedilink
minus-squareneidu3@sh.itjust.workslinkfedilinkEnglisharrow-up95arrow-down9·edit-22 days agoNot that strange. Different users may belong to different groups which may have different authentication backends. The associated authentication method is brought up once a username has been provided.
minus-squarelime!@feddit.nulinkfedilinkarrow-up56arrow-down5·2 days agoif your choice of api route directly affects your auth flow something is very wrong.
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up28·2 days agoYou can do that as part of an OAuth workflow. You don’t need to have them on separate pages for that to happen.
minus-squareparaphrand@lemmy.worldlinkfedilinkEnglisharrow-up8·2 days agoYes, but, it also lets them slurp up email addresses. Routing users is legit tho.
Not that strange. Different users may belong to different groups which may have different authentication backends. The associated authentication method is brought up once a username has been provided.
if your choice of api route directly affects your auth flow something is very wrong.
You can do that as part of an OAuth workflow. You don’t need to have them on separate pages for that to happen.
Yes, but, it also lets them slurp up email addresses. Routing users is legit tho.