https://github.com/timothymiller/sst-next-13-auth-example
https://github.com/timothymiller/sst-next-13-auth-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timothymiller/sst-next-13-auth-example
- Owner: timothymiller
- Created: 2023-01-25T21:37:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T22:16:02.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:46:04.222Z (over 1 year ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a demo Nextra app with Next-Auth.js authentication with Cognito as a provider
## Install Dependencies and Deploy
```bash
# Install dependencies
cd web
npm install
cd ../infra
npm install
npm run deploy
```