Skip to content

Added authentication and join room routes#48

Merged
04shubham7 merged 2 commits into
OPCODE-Open-Spring-Fest:mainfrom
ekanshgupta2046:added-authentication-and-join-room-routes
Oct 25, 2025
Merged

Added authentication and join room routes#48
04shubham7 merged 2 commits into
OPCODE-Open-Spring-Fest:mainfrom
ekanshgupta2046:added-authentication-and-join-room-routes

Conversation

@ekanshgupta2046
Copy link
Copy Markdown
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
Copy Markdown
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