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

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

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