Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Releases: stormpath/stormpath-laravel

Version 0.5.1

21 Dec 19:04
Compare
Choose a tag to compare

Released on Dec 21, 2016.

  • Update JWT Code for Core SDK Updates

Version 0.5.0

23 Nov 20:12
Compare
Choose a tag to compare

Released on Nov 23, 2016.

  • Fix bug in login view (Fixes #62)
  • Update docs to remove event that does not actually exist

Version 0.4.1

24 Jun 03:23
Compare
Choose a tag to compare

Released on June 23, 2016.

  • Documentation Updates
  • Fixed bug where account store cache would give non-object exception
  • Updated Configuration from stormpath validation to local validation
  • Updated Configuration cookie path default.

Version 0.4.0

06 Apr 19:54
Compare
Choose a tag to compare

Released on April 6, 2016.

  • Update to Produces Middleware
  • Update to Auth Middleware for more reliable checking
  • Increase Code Coverage
  • JWT Decode fix in /me route
  • Passing in X-STORMPATH-AGENT value into the User Agent
  • IdSiteModel Bug Fix to throw exception if model does not exist
  • File Cleanup
  • Prevent laravel cookie encryption on access and refresh token cookies
  • Bug Fix: Cookies now sent on JSON request when logging in

Version 0.3.1

17 Mar 14:58
Compare
Choose a tag to compare

Released on March 17, 2016.

  • Added Social Login for LinkedIn.
  • Added .gitattributes for cleaner install via composer
  • Updated Documentation

Version 0.3.0

03 Mar 22:10
Compare
Choose a tag to compare

Released on March 3, 2016.

  • Added Social Login for Google and Facebook.
  • Did a lot of work to speed up the integration.
  • Updated Documentation
  • Added Me Endpoint (Fixes #5)
  • Ability to expand resources on me endpoint
  • Updated configuration file to follow closer to spec
  • Ability to tie iOS sdk into integration

Version 0.2.0

28 Jan 23:06
Compare
Choose a tag to compare

Released on January 28, 2016.

  • Added Events (thanks @Kryten0807)
  • Added ability to create custom data during registration (thanks @Kryten0807) (Fixes #25)
  • Update Documentation
  • Fixed #28 to allow refreshing access_token
  • Added tests for ID Site (Fixes #29)
  • Bug fix for getValue() undefined (Fixes #23)

Version 0.1.0

06 Jan 21:08
Compare
Choose a tag to compare

Released on January 6, 2016.

  • Initial Release
  • Ability to get currently logged in user from app
  • Update Documentation

Version 0.1.0-RC3

04 Jan 20:15
Compare
Choose a tag to compare

Released on January 4, 2016.

  • Added check in routes for Laravel 5.2 (Fixes #16)
  • Added options includes in composer for Laravel 5.2 (Fixes #17)
  • Added ID Site Support (Fixes #7)

Version 0.1.0-RC2

23 Dec 21:29
Compare
Choose a tag to compare

Released on December 23, 2015.

  • Added JSON Responses to Login, Register, Change Password Routes.
  • Add ability to specify what Accept methods you want to allow via config