https://github.com/vinukathejana/auth-website
The practical implementaion of the auth server
https://github.com/vinukathejana/auth-website
authentication nextjs14 passkeys passkeys-demo
Last synced: 7 months ago
JSON representation
The practical implementaion of the auth server
- Host: GitHub
- URL: https://github.com/vinukathejana/auth-website
- Owner: VinukaThejana
- Created: 2023-11-21T17:22:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T11:54:42.000Z (over 2 years ago)
- Last Synced: 2024-12-28T11:19:50.001Z (over 1 year ago)
- Topics: authentication, nextjs14, passkeys, passkeys-demo
- Language: TypeScript
- Homepage: https://github.com/VinukaThejana/auth-server
- Size: 698 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth website
This is a frontend to the Auth server repo, This repo demostrates how the Auth server could be used practically
## References
- [Auth Server](https://github.com/VinukaThejana/auth-server)
## How to get started ?
- See the get started section of the Auth server (https://github.com/VinukaThejana/auth-server?tab=readme-ov-file#how-to-get-started)
- Make sure that the auth-server is up and running
- From bun
```bash
bun install
bun run dev
```
- From pnpm
```bash
pnpm install
pnpm dev
```
- From npm
```bash
npm install
npm run dev
```