| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
production-ready fastify boilerplate, fully type-safe from database modeling to API response 🤘
List of available routes:
Auth Token:
POST /auth/register - register
POST /auth/login - login
POST /auth/logout - logout, to invalidate refresh token
GET /auth/sessions - get all active session
POST /auth/refresh-tokens - refresh auth tokens
POST /auth/send-verification-email - send verification token to user's email
POST /auth/verify-email - verify user email
User routes:
POST /users - create a user
GET /users - get all users
DELETE /users/:userId - delete user
| Back | FazBrowse Home | New Git URL |