Top "Login" questions

Authentication is the process of providing a proof of identity or verifying identity.

How do i implement ‘sign in with google’ on my site?

On my site I would like to allow users to sign in with a google account. I plan to use …

login gmail cross-domain openid google-oauth
Passport.js - Error: failed to serialize user into session

I got a problem with the Passport.js module and Express.js. This is my code and I just want …

node.js express login passport.js passport-local
How do I implement login in a RESTful web service?

I am building a web application with a services layer. The services layer is going to be built using a …

web-services web-applications rest login restful-authentication
How to ssh to localhost without password?

EDIT: Putting exactly what was done I need to SSH localhost without password, the usual way of doing it (with …

networking login ssh passwords openssh
how to generate OTP and send the password to mobile via sms

I am doing a project of using OTP for the login of the websites, I have created a button named "…

php sql api login one-time-password
RESTful Login Failure: Return 401 or Custom Response

This is a conceptual question. I have a client (mobile) application which needs to support a login action against a …

http rest login http-response-codes
How to add users to SQL Server 2008 Management Studio

I am trying to install DotNetNuke CMS. I created a database in my Microsoft SQL Server Management Studio 2008, which I …

sql-server login sql-server-express
Can't log in to Magento Admin

I'm having troubles logging into Magento's admin panel on one of our staging sites (it works 100% on our webdev servers …

session cookies login magento
Using Google account to log in to an Android Application

I’m developing an application on Android and I want to allow users to log in with their Google account. …

android authentication login google-account
What method should I use for a login (authentication) request?

I would like to know which http method I should use when doing a login request, and why? Since this …

login logout http-method