this post was submitted on 13 Mar 2026
830 points (97.8% liked)

Programmer Humor

30373 readers
318 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 2 days ago* (last edited 1 day 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 35 points 1 day ago

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

[–] atomicbocks@sh.itjust.works 22 points 1 day 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 4 points 1 day ago (1 children)

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

[–] RamenJunkie@midwest.social 1 points 53 minutes ago

This reminds me of another annoying one, often related to these routing pages.

I type in my email, then it routes to "create an account". Or WORSE it mimmicks the thing the OP is complaining aboit and says it sent me a verification email, then prompts me to make an account.

Like fucker, I have a dozen+ email addresses, if my email isn't an account, just tell me so I can try a different one.