Sign In Register

How can we help you today?

Start a new topic
Answered

Player password hash algorithm for password matching.

Hello,


I would like to give users access to their account information through my website. Rather than use the javascript api, I would like to write a repository layer that fits in with my existing authentication methods.


To authenticate, I can use the NoSQL Explorer REST API to retrieve the player record for the user and perform a match on the hashed password.


I would need to know how the password is hashed though. Can someone provide the hash method used?


Thanks,


Sage


Best Answer

Hi Sage Grahame,


The NoSQL rest api is an admin only interface that is not suitable for customer facing solutions.


Thanks,


Oisin.

1 Comment

Answer

Hi Sage Grahame,


The NoSQL rest api is an admin only interface that is not suitable for customer facing solutions.


Thanks,


Oisin.

Login to post a comment