this post was submitted on 13 Mar 2026
1272 points (98.2% liked)

Programmer Humor

31625 readers
1264 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] neidu3@sh.itjust.works 87 points 2 months ago* (last edited 2 months 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 53 points 2 months ago (1 children)

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

[–] tazeycrazy@feddit.uk 1 points 2 months ago

I don't like it when I need to sign in twice for single sign-on. The email/username then tells the system if they need to be directed to another sign in page. Like Google or Microsoft. This then allows you access without having to give them your password.

[–] atomicbocks@sh.itjust.works 30 points 2 months 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 11 points 2 months ago (1 children)

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

[–] RamenJunkie@midwest.social 4 points 2 months 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.