Writing on software design, things I've learnt, and the tech industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

How to Authorize a User With Discord OAuth

When building an app you may want to add different types of authentication. For example, you may want to allow users to sign up with their email address, or you may want to allow users to sign up with their Google account. In this article, we’ll look at how to add Discord OAuth to your app.