Skip to content

Conversation

@ekanshgupta2046
Copy link
Contributor

Description

This pull request adds authentication and room management functionality to the application.

  • Implements JWT-based user authentication with login and registration routes.
  • Adds a /me route to fetch the currently logged-in user's data.
  • Adds routes for joining and creating rooms.
  • Updates frontend to handle protected routes and room actions.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

closes #40

Checklist

@04shubham7 04shubham7 self-requested a review October 25, 2025 15:01
Copy link
Member

@04shubham7 04shubham7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIce Work

@04shubham7 04shubham7 merged commit 9e2881e into OPCODE-Open-Spring-Fest:main Oct 25, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Make a route after the user logins it should give user options either to join or create a room

2 participants