Loading ...

Security Tokens

Hello everybody, today I want to write a few words about security tokens in OAuth2.  So, first of all I'd like to point that security tokens wasn't needed for corporate world. When I say corporate world, I mean networks like B2B, or B2E or something, that has strong system administration arm...

Oauth 2 Parts

Hello everybody, today  I want to describe for main components of OAuth 2, which should be implemented by any framework which claims to be programmer friendsly implementation of OAuth 2. We will start from left botton box, or from user. So, user as usually is something or more precise someb...

Asp Net Lifecycle

Hello everybody, today I want to write few words about ASP .Net lifecycle.  Actually just sequence of events.  Begin Request Resolve request cache Map request handler Acquire request state Request handler execute Update request cache Log request End request Here are the 8 main steps o...