Skip to content

robertohuertasm/sveltekit-cognito-auth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>

About

βš‘πŸ” Small example of how to use Cognito Authentication in a SvelteKit application

Topics

Resources

Stars

Watchers

Forks