PreviousNext

Implementing Medium's Passwordless Authentication using ASP.NET Core Identity

by bill-s, 2018-06-25T15:57:01.509Z

Instead of usernames and passwords, Medium relies on your ownership of a mailbox to verify your identity. So, they’ll send a one-time link to your mailbox which when used will log you into Medium. Medium are effectively offloading credential management to your mail provider.

Read More