OAuth2 - Assertion Profile Library


OAuth2lib is a library based on OAuth2 that implements the Assertion Profile of the OAuth2 draft.

OAuth2 is the evolution of the OAuth protocol that defines authorization flows in order that a Client application is able to request resources from a resource Server on behalf of an specific user.

The authorization flows depends on the system in which it's deployed: web applications, desktop applications, mobile phones, and living room devices.

In this library we develop the authorization flow called 'Assertion Profile' in the OAuth2 protocol.

OAuth2lib is free software; you can redistribute it and/or modify it under the GNU Lesser General Public License terms. For more license information, search for the LICENSE file inside the code package.