this post was submitted on 13 Mar 2026
959 points (98.6% liked)

Programmer Humor

30343 readers
1746 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] neidu3@sh.itjust.works 69 points 20 hours ago* (last edited 19 hours ago) (3 children)

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.

[–] lime@feddit.nu 43 points 19 hours ago

if your choice of api route directly affects your auth flow something is very wrong.

[–] atomicbocks@sh.itjust.works 22 points 18 hours ago

You can do that as part of an OAuth workflow. You don’t need to have them on separate pages for that to happen.

[–] paraphrand@lemmy.world 8 points 18 hours ago

Yes, but, it also lets them slurp up email addresses. Routing users is legit tho.