Releases: knpuniversity/oauth2-client-bundle
Releases · knpuniversity/oauth2-client-bundle
New Provider: BitBucket
- New BitBucket Provider #45
Bumped Symfony minor version reqs
- Bumped all symfony/* requirements to version 2.7
- Made redirect options configurable (#44)
GitLab support + reorganizing files
- GitLab support #35
- Reorganized code into a
src/
directory - Updated PHP requirement to 5.5.9
- Tweaked some dev dependencies
New Instagram Client
- Added instagram Support #33
Added userFields option to GoogleProvider
Support for code as POST parameter
- #19 Allows for
code
to be sent via a POST parameter, which apparently happens in some cases, like https://github.com/sahat/satellizer
Fix for scopes
- #20: Fix for using custom scopes
Namespace fix
This release fixes a bug with a bad use statement in the finish registration flow.
OMG, 1st release! Generic provider, custom client classes
Woh! A stable release! This release introduces:
- A
generic
provider type to integrate unsupported libraries - Custom client classes - e.g. if you use the facebook type, you get a
FacebookClient
object.
Addition of several new providers
New providers added! See the README for the full, current list.