bdjegifjdvw@lemmy.world to Programmer Humor@programming.dev · 1 day agoI love password based loginlemmy.worldimagemessage-square177fedilinkarrow-up11.24K
arrow-up11.24KimageI love password based loginlemmy.worldbdjegifjdvw@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square177fedilink
minus-squareneidu3@sh.itjust.workslinkfedilinkEnglisharrow-up94·edit-21 day 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-up55·1 day agoif your choice of api route directly affects your auth flow something is very wrong.
minus-squareatomicbocks@sh.itjust.workslinkfedilinkEnglisharrow-up27·1 day 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·1 day 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.