(Part 1) Discussing and implementing
the login mechanism used in a traditional web app vs a web api app. The implementation demonstrated in this
tutorial only covers the server-side aspects.
(Part 2) Discussing and implementing
the login mechanism used in a web client in a web api Architecture. The implementation demonstrated in this
tutorial only covers the web client aspects.
As my setup for the CDEV and DBAV are
using 2 different web servers - One is a pure Web APi App and the other is a pure web client, CORS will come
into effect as the web client is now of a different origin. This video explains about CORS and how to overcome
it in the server-side.
How to maintain the correct states
across html in a web api architecture? This video explains the concept and also the javascript hands-on to
detect token and manages the html
This tutorial shows you how to create
protected endpoint, check token legitimacy and update user image and information
The HTML5 Drag and Drop (DnD) API means that we can make almost any element on our page draggable. This tutorial will show you how to choose image to send to web api using the html5 drag and drop feature
This video shows you how to use the
enviroment variables and scripting in Postman so that you can become more productive when testing your web
apis
In this video, you will see an example
of how to modify the web client to consume the new end points that you have developed for your restaurant web
api.