Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.21 KB

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Upcoming Features

This project is continuously evolving. Below are some of the planned improvements and features that will be implemented in future updates:

  • Refresh Token Implementation: Adding functionality to handle token refresh for secure session management.
  • Fetching User Data on Fast Reloads: Ensuring that user data is properly fetched even when the page reloads quickly.
  • Preventing Layout Shifts: Avoiding layout shifts due to slow user data fetching, improving the user experience.
  • JWT Access Token: Implementing access token management using JSON Web Tokens (JWT) for authentication.
  • Cookie Management: Using cookies to store authentication tokens for improved security and session persistence.
  • Efficient User Type Inference: Improving the handling of user type definitions to avoid using any and enforce type safety throughout the codebase.

Stay tuned for updates as these features are integrated!