In my last post, I spoke about Richardson Maturity model and its useful to demarcate web services based on their implementation maturity. We also understood, how CRUD Web Services fall under Level2 in Maturity model. Let's take an example of CRUD Web Service developed with Tornado. In this example, we develop a 'blogger' Web service … Continue reading Tornado – CRUD Web Services
Tag: Google
Tornado – 3rd Party Authentication – OpenID and OAuth
You might have observed and experienced so many Website or Web APIs that let authenticate an user with their Google, Facebook or Twitter accounts. Well, this possible because of third party authentication (or a concept that I like referring as 'Authentication As A Service'). With the open standards (also referred as protocols) authentication like … Continue reading Tornado – 3rd Party Authentication – OpenID and OAuth