phpoauthlib2

phpoauthlib2 Commit Details


Date:2015-10-18 16:12:04 (9 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:98f94199b7294aa50ed76e8142a8072f8c984a13
Parents: 3d1433f8c3b367011067cad623d8a95453d0288d
Message:updating readme

Changes:

File differences

readme.md
7878
7979
8080
81
82
81
82
8383
84
85
86
84
85
86
# What this library is/is not
This library is a simple interface to use PHP OAuth 2.0 in your web application.
This library is designed to be as flexible as possible to use in any framework.
- This library is a simple interface to use PHP OAuth 2.0 in your web application.
- This library is designed to be as flexible as possible to use in any framework.
This library is not designed to hold your hand to secure your client_id, client_secret, or other data.
This library is not designed to be specific to a certain framework.
This library is not designed to be abstract. The only class you should ever have to extend is OAuthDataProvider - and that is to create a "provider" for different OAuth providers (which merely contains the URLs to send for login, where to query for user data and normalizing data).
- This library is not designed to hold your hand to secure your client_id, client_secret, or other data.
- This library is not designed to be specific to a certain framework.
- This library is not designed to be abstract. The only class you should ever have to extend is OAuthDataProvider - and that is to create a "provider" for different OAuth providers (which merely contains the URLs to send for login, where to query for user data and normalizing data).

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05207s using 14 queries.