Alex Bilbie
|
94945ec49e
|
Added support for refresh tokens, user credentials and client credentials grant. 100% unit test code coverage for authentication. Fixes #2
|
2013-01-02 19:14:22 +00:00 |
|
Alex Bilbie
|
0876fd9ad3
|
Spacing fixes
|
2012-12-23 22:12:51 +00:00 |
|
Alex Bilbie
|
2545ea7dc1
|
Added refresh token params and examples
|
2012-12-23 22:12:44 +00:00 |
|
Alex Bilbie
|
0f30b2a803
|
Removed lots of unnecessary if/else blocks.
Removed null value of expires/expiresIn parameter
|
2012-12-23 21:21:37 +00:00 |
|
Daniel Horrigan
|
0f6f5e2939
|
Added the user_credentials and refresh_token grants. Fixed expires_in so it is inline with the spec, but added expires for the old usage of expires_in. Made redirect_uri in oauth_sessions ALLOW NULL since user_credential grants don't have a redirect
|
2012-12-19 16:12:48 -05:00 |
|
Alex Bilbie
|
1be25955d6
|
Merge branch 'release/0.3.4'
|
2012-12-11 15:33:05 +00:00 |
|
Alex Bilbie
|
302bf1f70d
|
Clean trailing whitespace
|
2012-12-11 15:31:42 +00:00 |
|
Alex Bilbie
|
6553fb3f22
|
Return client details
|
2012-12-11 12:09:56 +00:00 |
|
Alex Bilbie
|
fdfe80289a
|
Merge branch 'release/0.3.3'. Release version 0.3.3
Conflicts:
composer.json
|
2012-12-10 21:31:58 +00:00 |
|
Alex Bilbie
|
912cd3fa25
|
Changed session stage to 'requested' as per enum
|
2012-12-10 21:19:11 +00:00 |
|
Alex Bilbie
|
958eab33a7
|
Lots of small documentation updates and clarifications
|
2012-11-20 15:27:33 +00:00 |
|
Alex Bilbie
|
ac3743027b
|
Code beautification
|
2012-10-05 15:22:29 +01:00 |
|
Alex Bilbie
|
3c2720ece4
|
Renamed exceptions
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
|
2012-09-19 19:52:52 +01:00 |
|
Alex Bilbie
|
4d4db99c06
|
Underscored private variables and methods and updated references
|
2012-08-27 16:02:54 +01:00 |
|
Alex Bilbie
|
7a4aece507
|
Stylistic fix
|
2012-08-27 15:25:28 +01:00 |
|
Alex Bilbie
|
b7d73accdc
|
Removed old die statement
|
2012-08-27 15:25:14 +01:00 |
|
Alex Bilbie
|
326e96cc17
|
Bug fix in dbcall
|
2012-08-20 15:49:57 +01:00 |
|
Alex Bilbie
|
95068c5176
|
Lots of fixes following errors found from unit tests
|
2012-08-06 14:42:58 +01:00 |
|
Alex Bilbie
|
a5f019ad19
|
Call database methods via the dbcall() method
|
2012-08-06 10:59:20 +01:00 |
|
Alex Bilbie
|
c17cd7b1cc
|
Fixed variable reference bug
|
2012-08-04 09:12:12 +01:00 |
|
Alex Bilbie
|
bfab30061e
|
Spacing fix
|
2012-08-04 09:11:39 +01:00 |
|
Alex Bilbie
|
5c463a69b8
|
Little fixes
|
2012-08-01 14:50:31 +01:00 |
|
Alex Bilbie
|
f049997f59
|
Various spacing fixes
|
2012-07-31 16:16:38 +01:00 |
|
Alex Bilbie
|
3f2f25a6a7
|
PSR2 wants a blank line at the end of the file
|
2012-07-31 16:00:55 +01:00 |
|
Alex Bilbie
|
18ad2067a1
|
SQL clarrification
|
2012-07-31 15:52:02 +01:00 |
|
Alex Bilbie
|
2b9d1c0e67
|
Variable reference fixes
|
2012-07-30 14:06:46 +01:00 |
|
Alex Bilbie
|
4abe7e7dda
|
Spelling fix
|
2012-07-30 12:10:22 +01:00 |
|
Alex Bilbie
|
ef928b19cf
|
Fixed HTTP method for getting code parameter
|
2012-07-30 12:10:13 +01:00 |
|
Alex Bilbie
|
8c991b0c61
|
Line length fix
|
2012-07-30 12:08:53 +01:00 |
|
Alex Bilbie
|
f8941a9209
|
Removed hard line limit of 80 characters
|
2012-07-26 17:02:01 +01:00 |
|
Alex Bilbie
|
9df1c8e20d
|
Fixed incorrect parameter name
|
2012-07-26 12:53:07 +01:00 |
|
Alex Bilbie
|
c2ac787f09
|
Fixed placement of grant comments to stop PHPCS bitching
|
2012-07-25 16:15:14 +01:00 |
|
Alex Bilbie
|
7027eab507
|
Fixed errors relating to response types and grant type variables being moved into their own variables
|
2012-07-25 16:08:41 +01:00 |
|
Alex Bilbie
|
26751ef6b9
|
Broke up the issueAccessToken method to support additional grant types
|
2012-07-25 16:06:37 +01:00 |
|
Alex Bilbie
|
8286724d56
|
Removed typecasting
|
2012-07-25 16:05:55 +01:00 |
|
Alex Bilbie
|
df9c762b2e
|
Class variable docblocks
|
2012-07-25 16:05:45 +01:00 |
|
Alex Bilbie
|
4f343cbe42
|
Broke the supported response types and authorisation grants out into their own variables
|
2012-07-25 16:04:52 +01:00 |
|
Alex Bilbie
|
3ca2abc0ae
|
Updated namespaces
|
2012-07-25 15:18:49 +01:00 |
|
Alex Bilbie
|
def2f4822c
|
Moved the files into a new folder ready for Client libraries and Resource server libraries
|
2012-07-25 15:16:56 +01:00 |
|