Friday 22 December 2017

Opinions on my current authentication method, (undergoing development, can be changed!)

Right. I’m developing a sort of database using a caching server and JSON, with a structure that is as database-like as I could get it. For fun, thought it would be a neat project.Need an opinion. Currently, you can only run operations (query, set, etc) on a database if you provide the randomly generated 48 character long alphanumerical string and it matches what’s in the database. Otherwise you can’t. Do you think that’s enough security? The random key is sent back to the client as a response, and will be sent to the API for every query.Will be over HTTPS, so will of course be encrypted.

Submitted December 22, 2017 at 06:49PM by OzziePeck

No comments:

Post a Comment