swarooppatilx / scruter

Scruter is a local classifieds and community site designed to bring people together for buying, selling, and exchanging goods and services.
https://scruter.vercel.app
GNU General Public License v3.0
28 stars 135 forks source link

Add signup next-auth logic #484

Closed haseebzaki-07 closed 1 week ago

haseebzaki-07 commented 2 weeks ago

What does this PR do?

This PR adds the nextauth credentials provider for signin and signup the user.

Fixes #395

Screenshot 2024-11-06 160144

Type of change

Mandatory Tasks

vercel[bot] commented 2 weeks ago

@haseebzaki-07 is attempting to deploy a commit to the Piyush's projects Team on Vercel.

A member of the Team first needs to authorize it.

swarooppatilx commented 2 weeks ago

@haseebzaki-07 The login/signup functionality already exists for both users and sellers. Could you clarify the specific purpose or improvement this PR is intended to achieve?

haseebzaki-07 commented 1 week ago

@swarooppatilx This PR initializes Next_auth implementation for signup and signin and the entire authentication process can be shifted to next_auth where integrating google, github, apple login providers will be easy to implement that comes handy for next-auth

swarooppatilx commented 1 week ago

@haseebzaki-07 sorry, this PR was not meant to be closed, error from my side

haseebzaki-07 commented 1 week ago

hey @swarooppatilx made the changes