Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
COSC1284 Programming Techniques Assignment
You are required to design, document and implement an appropriate Web Service in php/ mysql and then have it consumed by a web site. In addition you must consume a 3rd party web service.
The web service must implement a JSON Web Token based authentication process i.e. a user must register and receive a token to use the web service – the token must be saved in a database – the ability to change / restrict access based on the token is your responsibility – the more complex the more marks.
The web service will be activated using REST.
The consumption of the web service is to be in PHP as part of your web site.
Your Web Site must consume a 3rd Party Web Service, again marks will be assigned based on the complexity of the implementation. Most social networks provide an authenticated Web Service.
You need to document the activities with respect to the Web Service CA. This report is important as it will be used to gauge the amount of involvement you provided to the project.