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

Sign up functionality #35

Open
madihamallick opened this issue Jan 26, 2022 · 22 comments
Open

Sign up functionality #35

madihamallick opened this issue Jan 26, 2022 · 22 comments
Assignees
Labels
bug Something isn't working

Comments

@madihamallick
Copy link
Member

No description provided.

@madihamallick madihamallick added bug Something isn't working Level2 SWOC labels Jan 26, 2022
@shrinishant
Copy link
Contributor

@madihamallick i would love to solve this issue, can I please work on this?

@madihamallick
Copy link
Member Author

Go ahead

@madihamallick
Copy link
Member Author

@shrinishant update?

@Pranavv213
Copy link

Hello @madihamallick , this is Pranav Verma , GSSoC' 22 participant. I have worked on technologies like NodeJS, MongoDb and would glad to work on this issue . Please assign this issue to me

@shrinishant
Copy link
Contributor

@shrinishant update?

I'm extremely sorry ma'am but i having my semester examination going on. I don't think I would be working in one or two coming weeks on it. Please unassign me and assign @Pranavv213

@shrinishant shrinishant removed their assignment Feb 26, 2022
@madihamallick
Copy link
Member Author

@shrinishant update?

I'm extremely sorry ma'am but i having my semester examination going on. I don't think I would be working in one or two coming weeks on it. Please unassign me and assign @Pranavv213

Okay, No Problem

@madihamallick
Copy link
Member Author

Hello @madihamallick , this is Pranav Verma , GSSoC' 22 participant. I have worked on technologies like NodeJS, MongoDb and would glad to work on this issue . Please assign this issue to me

Go ahead @Pranavv213

@Pranavv213
Copy link

@madihamallick .Sorry I didn't see that it has next js involved in it . I havent worked on next js previously. So cant contribute. Thx a lot.

@madihamallick
Copy link
Member Author

No problem @Pranavv213

@Prasanna0908
Copy link

Can I work on this issue under GSSOC'22. Also, should I need to add sign-up functionality at frontend and backend both?

@Jassi10000-zz
Copy link

@madihamallick Hey I want to work on this issue . Can you please specify if you want that functionality with sign-in methods like google etc. or simple email - password login.

@madihamallick
Copy link
Member Author

@Prasanna0908 Go ahead

@madihamallick
Copy link
Member Author

@madihamallick Hey I want to work on this issue . Can you please specify if you want that functionality with sign-in methods like google etc. or simple email - password login.

Sorry @Jassi10000 since the issues are assigned on basis of FCFS, you can go ahead with other issues

@Prasanna0908
Copy link

Hey, @madihamallick can you assign me this issue. Also, can you specify what functionalities exactly are required?

@madihamallick
Copy link
Member Author

@Pranavv213 assigned. There is some bug in the signup page

@Pranavv213
Copy link

@madihamallick , sorry but I have already told u , I don't know next JS. By mistake I commented . U can see the above message, u have already unassigned me

@Prasanna0908
Copy link

Prasanna0908 commented Mar 1, 2022

I think the issue is that while hosting the configurations of email are not set. That is the reason the otp is not sent. I deployed it locally and used a dummy mail and I got the otp.
Kindly set the Configuration while deploying in the nodemailer.js file

//initalize nodemailer client 
const transport = nodemailer.createTransport({  
    service: 'gmail',
    auth: {
        user: process.env.NODEMAILER_SENDER_ID,                      // add email id here
        pass: process.env.NODEMAILER_SENDER_ID_PASSWORD  // add password here
    }
})

`

@Prasanna0908
Copy link

If you want I can add google oauth ?

@madihamallick
Copy link
Member Author

If you want I can add google oauth ?

Yes you can add

@madihamallick
Copy link
Member Author

I think the issue is that while hosting the configurations of email are not set. That is the reason the otp is not sent. I deployed it locally and used a dummy mail and I got the otp. Kindly set the Configuration while deploying in the nodemailer.js file

//initalize nodemailer client 
const transport = nodemailer.createTransport({  
    service: 'gmail',
    auth: {
        user: process.env.NODEMAILER_SENDER_ID,                      // add email id here
        pass: process.env.NODEMAILER_SENDER_ID_PASSWORD  // add password here
    }
})

`

Okay

@Prasanna0908
Copy link

Can you create new issue of google oath and assign it to me. I would start working right away

@madihamallick
Copy link
Member Author

Can you create new issue of google oath and assign it to me. I would start working right away

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants