Skip to content

Releases: samuelthomas2774/oauth-client

v3.0.2

28 Aug 17:28
v3.0.2
bb1b4ee
Compare
Choose a tag to compare

v3.0.1

28 Aug 17:20
v3.0.1
e3f9802
Compare
Choose a tag to compare

v3.0.0

28 Aug 14:57
v3.0.0
b098701
Compare
Choose a tag to compare

v2.2.0

23 Jul 22:43
Compare
Choose a tag to compare
Updated README.md

v2.1.2

09 Aug 16:09
Compare
Choose a tag to compare
Update oauth.class.php

v2.1.1

12 Jul 22:00
Compare
Choose a tag to compare
Bug fix and clean up

- Added requirements, installation and contributing information to
README.md.
- Added OAuth2::sessions() to check if sessions are enabled and one is
active.
- Fixed OAuth2::iloginURL(), OAuth2::iloginButton() and
OAuth2::iloginRedirect() from generating bad links and
outputting/logging undefined variable: $redirect_uri errors.
- OAuth2::loginRedirect() now checks if headers have already been sent.
- Added OAuth2::loginRedirect(string $message), to output a string
before stopping the script.
- Added license to composer.json.

v2.1.0

10 Jul 22:44
Compare
Choose a tag to compare
Autoloader & Composer

- Added autoloader, just include src/autoloader.php
- Added composer.json
- Updated examples to use autoloader

v2.0.1

28 Jun 14:02
Compare
Choose a tag to compare
Update README.md

- Fixed setting a storage object

v2.0.0

28 Jun 13:53
Compare
Choose a tag to compare
Autorun, Implicit, Resource Owner Credentials & Client Credentials Gr…

v1.1.1

20 Jun 14:50
Compare
Choose a tag to compare
Bug fix

- Fixed PHP Notice: Undefined offset