- Created a new signup page in the frontend application. - Implemented authentication middleware to validate access tokens and retrieve claims. - Added functionality to update user passwords and revoke sessions in the user repository. - Introduced an API endpoint to fetch user roles with TypeScript support. Co-authored-by: Copilot <copilot@github.com> |
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .gitignore | ||
| .prettierrc.json | ||
| README.md | ||
| bun.lock | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| tsconfig.json | ||
README.md
Frontend APP (frontend)
A Quasar Project
Install the dependencies
bun
# or
bun install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
bun run lint
Format the files
bun run format
Build the app for production
quasar build