crypt icon indicating copy to clipboard operation
crypt copied to clipboard

Add OAuth with Google and Github [Enhancement]

Open AbhayAysola opened this issue 4 years ago • 4 comments

Currently, the method of signing up is to enter name, email and password. Instead of that, a sign in with Github or Google option would be simpler and easier to sign up and log in. Google Sign in Docs

AbhayAysola avatar Nov 21 '20 03:11 AbhayAysola

It will be a great enhancement. As there will be no need of email verification and no need to remember password. One click and you are in the app 😊

ppalone avatar Nov 21 '20 15:11 ppalone

Exactly, I will try to integrate Google later, and I'll let you know how it goes :)

AbhayAysola avatar Nov 21 '20 15:11 AbhayAysola

passport-google-oauth2 allows you to integrate Google OAuth easily.

http://www.passportjs.org/packages/passport-google-oauth2/

ppalone avatar Nov 21 '20 16:11 ppalone

All right, thanks man.

On Sat, 21 Nov 2020, 9:46 p.m. Pranjal Alone, [email protected] wrote:

passport-google-oauth2 allows you to integrate Google OAuth easily.

http://www.passportjs.org/packages/passport-google-oauth2/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ppalone/crypt/issues/15#issuecomment-731600017, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQCLNJINQLHZTZHWTQGZXGDSQ7RWXANCNFSM4T5QXV6Q .

AbhayAysola avatar Nov 21 '20 16:11 AbhayAysola