Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertohuertasm/sveltekit-cognito-auth
⚡🔐 Small example of how to use Cognito Authentication in a SvelteKit application
https://github.com/robertohuertasm/sveltekit-cognito-auth
cognito oauth2 sveltekit
Last synced: 4 months ago
JSON representation
⚡🔐 Small example of how to use Cognito Authentication in a SvelteKit application
- Host: GitHub
- URL: https://github.com/robertohuertasm/sveltekit-cognito-auth
- Owner: robertohuertasm
- Created: 2021-07-25T21:59:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T20:36:07.000Z (over 2 years ago)
- Last Synced: 2024-10-15T16:20:49.851Z (4 months ago)
- Topics: cognito, oauth2, sveltekit
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://robertohuertas.com/2021/07/25/sveltekit-cognito-authentication/).
Don't forget to add an `.env` file with your Client Id and your Client Secret of your Cognito App client:
```sh
VITE_CLIENT_ID=
VITE_CLIENT_SECRET=
```