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.
- For more information about the library, see our documentation.
- Use case of this implementation.
- In order to download and deploying the library, go to the code section
- If you want to collaborate with this implementation, ask questions about it or report bugs, join the oauth2lib mailing list.
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.