sveltekit-cognito-auth

Sveltekit Cognito Auth

⚡🔐 Small example of how to use Cognito Authentication in a SvelteKit application

SvelteKit Cognito Authentication

This project is just an example about how to use SvelteKit with Cognito.

It was mainly created to illustrate this blog post.

Don't forget to add an .env file with your Client Id and your Client Secret of your Cognito App client:

VITE_CLIENT_ID=<your_client_id>
VITE_CLIENT_SECRET=<your_client_secret>

Top categories

Loading Svelte Themes