bdjegifjdvw@lemmy.world to Programmer Humor@programming.dev · 4 hours agoI love password based loginlemmy.worldimagemessage-square56fedilinkarrow-up1354arrow-down15
arrow-up1349arrow-down1imageI love password based loginlemmy.worldbdjegifjdvw@lemmy.world to Programmer Humor@programming.dev · 4 hours agomessage-square56fedilink
minus-squareneidu3@sh.itjust.workslinkfedilinkEnglisharrow-up42·edit-23 hours 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-up15·3 hours agoif your choice of api route directly affects your auth flow something is very wrong.
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up3·2 hours 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-up3·2 hours 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.