https://github.com/kenfdev/study-betterauth-nextjs
https://github.com/kenfdev/study-betterauth-nextjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenfdev/study-betterauth-nextjs
- Owner: kenfdev
- Created: 2025-11-27T12:13:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-03T01:35:51.000Z (7 months ago)
- Last Synced: 2025-12-06T02:11:27.862Z (7 months ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites
You need to setup the providers before using it: `google`, `github`, `cognito`
## Getting Started
Set the `.env` by copying `.env.example`
```bash
cp .env.example .env
```
Install dependencies:
```bash
npm install
```
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000/login](http://localhost:3000/login) to login.
Edit `./app/const.ts` to change the provider to either `google`, `github`, `cognito`