Top "Authentication" questions

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

How to secure MongoDB with username and password

I want to set up user name & password authentication for my MongoDB instance, so that any remote access will …

authentication mongodb
How do I remove documents using Node.js Mongoose?

FBFriendModel.find({ id: 333 }, function (err, docs) { docs.remove(); //Remove all the documents that match! }); The above doesn't seem to work. …

javascript node.js mongodb express authentication
What is token-based authentication?

I want to understand what token-based authentication means. I searched the internet but couldn't find anything understandable.

security authentication token http-token-authentication
RESTful Authentication

What does RESTful Authentication mean and how does it work? I can't find a good overview on Google. My only …

rest authentication restful-authentication rest-security
Laravel: Auth::user()->id trying to get a property of a non-object

I'm getting the following error "trying to get a property of a non-object" when I submit a form to add …

php authentication laravel laravel-4
In Subversion can I be a user other than my login name?

I'd like to know how to get Subversion to change the name that my changes appear under. I'm just starting …

svn authentication username
Best practice for REST token-based authentication with JAX-RS and Jersey

I'm looking for a way to enable token-based authentication in Jersey. I am trying not to use any particular framework. …

java rest authentication jax-rs jersey-2.0
LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1

LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1 I know "52e" code is …

authentication ldap
HttpWebRequest using Basic authentication

I'm trying to go through an authentication request that mimics the "basic auth request" we're used to seeing when setting …

c# authentication credentials webrequest
How to create user for a db in postgresql?

I have installed PostgreSQL 8.4 on my CentOS server and connected to root user from shell and accessing the PostgreSQL shell. …

database postgresql authentication connection