An open API service indexing awesome lists of open source software.

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

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
```