cakephp-social-auth

A CakePHP plugin which allows you to authenticate using social providers like Facebook/Google/Twitter.

MIT License

Downloads
146.4K
Stars
49
Committers
9

Bot releases are hidden (Show)

cakephp-social-auth - 2.0.0 Latest Release

Published by ADmad about 1 year ago

What's Changed

  • CakePHP 5 compatible release

New Contributors

Full Changelog: https://github.com/ADmad/cakephp-social-auth/compare/1.3.0...2.0.0

cakephp-social-auth - 1.3.0

Published by ADmad over 2 years ago

What's Changed

Full Changelog: https://github.com/ADmad/cakephp-social-auth/compare/1.2.2...1.3.0

cakephp-social-auth - 1.2.2

Published by ADmad over 2 years ago

cakephp-social-auth - 1.2.1

Published by ADmad almost 3 years ago

cakephp-social-auth - 1.2.0

Published by ADmad about 3 years ago

  • Prevent logged in user override. #109
cakephp-social-auth - 1.1.0

Published by ADmad over 3 years ago

  • Allow setting custom provider #105
cakephp-social-auth - 1.0.1

Published by ADmad over 3 years ago

  • Fix mapping of gender and birth_date fields for SocialProfile entity. #101
  • Throw exception if id is not available from the identity. #100
cakephp-social-auth - 1.0.0

Published by ADmad almost 4 years ago

CakePHP 4.x compatible stable release.

cakephp-social-auth - 1.0.0-beta

Published by ADmad almost 4 years ago

CakePHP 4.x compatible release.

cakephp-social-auth - 0.6.0

Published by ADmad about 5 years ago

  • Pass session to "getUser" callback. #61
cakephp-social-auth - 0.5.6

Published by ADmad over 5 years ago

  • Update use of deprecated trait #58.
cakephp-social-auth - 0.5.5

Published by ADmad about 6 years ago

  • Change column type of "access_token" field to BLOB.
cakephp-social-auth - 0.5.4

Published by ADmad about 6 years ago

  • Change column type of "access_token" field to BLOB.
cakephp-social-auth - 0.5.3

Published by ADmad about 6 years ago

  • Increase length of "access_token" field in migrations file.
cakephp-social-auth - 0.5.2

Published by ADmad about 6 years ago

  • Fixed use of methods deprecated in CakePHP 3.6.
cakephp-social-auth - 0.5.1

Published by ADmad over 6 years ago

  • Allow configuring HTTP Client to use. #47
cakephp-social-auth - 0.5.0

Published by ADmad over 6 years ago

  • Code refactoring (no change in public API / usage)
  • SocialAuth.afterIdentify event is now triggered upon successful authentication.
cakephp-social-auth - 0.4.0

Published by ADmad over 6 years ago

  • Added option to log errors
  • Update usage of deprecated methods to avoid warnings with CakePHP 3.6.
cakephp-social-auth - 0.3.2

Published by ADmad about 7 years ago

  • Fix column type for "access_token" in migrations file.
cakephp-social-auth - 0.3.1

Published by ADmad about 7 years ago

Bump up socialconnect/auth version to 1.5.1