Hi all,
I'm looking into creating a webservice for a site of mine which will gradually expand in functionality.
Now, I'm wondering what you guys would consider the best way of authenticating access to said service?
I don't think simple IP, username and password (stored in the database) will cut it. I'm thinking some kind of public/private key mechanism on top of all that. Any ideas/details would be great!
I'm looking into creating a webservice for a site of mine which will gradually expand in functionality.
Now, I'm wondering what you guys would consider the best way of authenticating access to said service?
I don't think simple IP, username and password (stored in the database) will cut it. I'm thinking some kind of public/private key mechanism on top of all that. Any ideas/details would be great!