Click here to Skip to main content
15,893,564 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 1:02
professionalCS20119-Oct-18 1:02 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
dan!sh 9-Oct-18 0:49
professional dan!sh 9-Oct-18 0:49 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Daniel Pfeffer9-Oct-18 0:49
professionalDaniel Pfeffer9-Oct-18 0:49 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 0:58
professionalCS20119-Oct-18 0:58 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Daniel Pfeffer9-Oct-18 1:07
professionalDaniel Pfeffer9-Oct-18 1:07 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Kornfeld Eliyahu Peter9-Oct-18 1:12
professionalKornfeld Eliyahu Peter9-Oct-18 1:12 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Nathan Minier9-Oct-18 1:36
professionalNathan Minier9-Oct-18 1:36 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Marc Clifton9-Oct-18 1:48
mvaMarc Clifton9-Oct-18 1:48 
CS2011 wrote:
would you guys will be willing to use a website where only way to authenticate is using either Google/FB/MS account ?


It can be quite convenient. As others have said, I'm not keen though on having some one-off site gather a bunch of personal information.

CS2011 wrote:
and i am trying to reduce the development time in every possible way


There's quite a few open source examples of using Google/FB/etc for authentication, in a variety of languages.

Rolling your own authentication can be a PITA. Besides the obvious (encrypting the password) it requires:

Are you sending an email with a link to confirm registration?
How does the user change their password?
How does the user recover a lost password (more emails usually)
What about 2-factor authentication (typically a text message)

Which means setting up an email server (along with the associated risk of more open ports and the overhead of setting up yet another secure server), one-time tokens expirable tokens for registration, password change and password recovery, possibly connecting to an SMS provider for 2-factor authentication, and probably CSRF/XSRF/XSS protection.

[edit]Oh, and cookies or some other mechanism to implement "Remember Me"[/edit]
Latest Article - A Concise Overview of Threads

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: Authentication using Google/FB/MS vs registration Pin
megaadam9-Oct-18 2:24
professionalmegaadam9-Oct-18 2:24 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
CS20119-Oct-18 4:00
professionalCS20119-Oct-18 4:00 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
RJOberg9-Oct-18 3:23
professionalRJOberg9-Oct-18 3:23 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Ravi Bhavnani9-Oct-18 5:43
professionalRavi Bhavnani9-Oct-18 5:43 
GeneralRe: Authentication using Google/FB/MS vs registration Pin
Rajesh R Subramanian9-Oct-18 18:08
professionalRajesh R Subramanian9-Oct-18 18:08 
GeneralFirst thought when found Windows Insider Program newsletter in my gmail Spam folder Pin
maze38-Oct-18 22:57
professionalmaze38-Oct-18 22:57 
GeneralMany things have come and gone Pin
CodeWraith8-Oct-18 22:37
CodeWraith8-Oct-18 22:37 
GeneralRe: Many things have come and gone Pin
GenJerDan9-Oct-18 1:05
GenJerDan9-Oct-18 1:05 
GeneralRe: Many things have come and gone Pin
raddevus9-Oct-18 2:38
mvaraddevus9-Oct-18 2:38 
GeneralRe: Many things have come and gone Pin
CodeWraith9-Oct-18 2:46
CodeWraith9-Oct-18 2:46 
GeneralRe: Many things have come and gone Pin
raddevus9-Oct-18 2:52
mvaraddevus9-Oct-18 2:52 
GeneralRe: Many things have come and gone Pin
CodeWraith9-Oct-18 3:05
CodeWraith9-Oct-18 3:05 
GeneralRe: Many things have come and gone Pin
W Balboos, GHB9-Oct-18 6:31
W Balboos, GHB9-Oct-18 6:31 
GeneralRe: Many things have come and gone Pin
CodeWraith9-Oct-18 6:42
CodeWraith9-Oct-18 6:42 
GeneralRe: Many things have come and gone Pin
kalberts9-Oct-18 10:27
kalberts9-Oct-18 10:27 
GeneralRe: Many things have come and gone Pin
Paul Kemner10-Oct-18 6:14
Paul Kemner10-Oct-18 6:14 
GeneralRe: Many things have come and gone Pin
kalberts11-Oct-18 0:58
kalberts11-Oct-18 0:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.