Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Footer, Visitor Counter, and Authentication/Authorization Features Implement Footer with Counter, Sign-In/Sign-Up Pages, and JWT Authentication Enhancements: Footer, Visitor Counter, Sign-In/Sign-Up, and JWT-Based Auth #158

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ItsMeYash777
Copy link

Overview:
This pull request introduces several new features and enhancements to the project:

  1. Footer Section:

    • Added a footer with links to "Products", "Pricing", "Solution", and GitHub.
    • Included a visitor counter using an external counter service.
  2. Authentication & Authorization:

    • Implemented sign-in and sign-up pages using React and axios for API requests.
    • Backend includes JWT-based authentication to protect routes and manage user sessions.
    • After successful sign-up, users are redirected to the login page, and after login, they are redirected to the home page.
  3. UI Updates:

    • Improved user flow with navigation links between login and sign-up.
    • Hidden "Sign Up" and "Sign In" buttons once a user is authenticated and added a "Logout" button.
      Testing:
  • All changes have been tested locally to ensure proper user authentication and UI behavior.
  • Sign-up, login, and logout features have been tested to ensure session management works as expected.
    Impact:
    This PR enhances both the frontend and backend of the project by adding user authentication and improving the UI with a footer and visitor counter.

Copy link

vercel bot commented Oct 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
qrbuilder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 10, 2024 9:29pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant