Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
I would like to accomplish a web service that will be used by 2 types of users: Guests and Administrators.
I'm planning to make an API for the client which will communicate with the web service by a protocol.
The Guests will be able to get informations(thought the API) from a database.
The Administrators will be able to get information and set data(thought the API).
I'll write it in PHP(since is widely supported by cheap hosting companies).
Security is a big concern on this project. Thats why I'm asking you which protocol should I use and how to implement a secure authentication for the Administrators.
Thanks in advance!
Everybody edits, but some edit more than others
Offline
Bots and Programming is for EE-related programming. Moved to Off-Topic.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Ok then I'll go with REST. Could you recommend me a framework or a tutorial, please?
p.s. i would like to be in php
Everybody edits, but some edit more than others
Offline
What's your PHP fluency?
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
What's your PHP fluency?
I worked in it before. PHP its not the kind of language I want to get in deep.
I enjoy object oriented programming languages. PHP tries but considerably fails.
I think Slim Framework its a good choice. But I'm not sure how to implement OAuth.
Everybody edits, but some edit more than others
Offline
Pages: 1
[ Started around 1739391711.6394 - Generated in 0.052 seconds, 12 queries executed - Memory usage: 1.45 MiB (Peak: 1.57 MiB) ]