DEV Community

Mika
Mika

Posted on

How to add Discord OAuth to your SvelteKit web application

In this guide I will show you how to bundle your SvelteKit app with Discord OAuth that’s handled on the server side of your web application.

You can access the guide on Medium:
https://msyyn.medium.com/how-to-add-discord-oauth-to-your-sveltekit-web-application-7c2e69d7656e

You should be familiar with the basic concepts of SvelteKit and Discord to get most out of this guide. If you are looking for a quick start template, you can use my sveltekit-discord-oauth-starter template that has same project structure than this guide offers.

Looking for an Sapper alternative? Check out my Sapper version of this guide here.

Top comments (0)