All Versions
84
Latest Version
Avg Release Cycle
28 days
Latest Release
779 days ago

Changelog History
Page 8

  • v3.3.3 Changes

    June 24, 2015
    • ๐Ÿ†• New: Official support for 9 new providers
  • v3.3.2 Changes

    June 05, 2015
    • ๐Ÿ†• New: Official support for 2 new providers
  • v3.3.1 Changes

    May 21, 2015
    • ๐Ÿ†• New: Official support for 10 new providers
  • v3.3.0 Changes

    May 17, 2015
    • ๐Ÿ”„ Change: The Express middleware is no longer using the express-session middleware internally
    • ๐Ÿ”„ Change: The Express and Koa middlewares are no longer using their body-parser middleware internally
    • ๐Ÿ”„ Change: Express is set as peerDependency in grant-express
    • ๐Ÿ”„ Change: Koa is set as peerDependency in grant-koa
    • ๐Ÿ”„ Change: Yar is no longer set as peerDependency in grant-hapi, though using session is still required
  • v3.2.0 Changes

    April 23, 2015
  • v3.1.0 Changes

    April 14, 2015
    • ๐Ÿ†• New: transport option that allows the response data to be returned in the final callback either as querystring or in the session
    • ๐Ÿ†• New: state: true option that enables auto generated random state string on each authorization attempt (OAuth2 only)
  • v3.0.3 Changes

    April 02, 2015
    • ๐Ÿ”„ Change: Allow any session store to be used with the Koa middleware
    • ๐Ÿ”„ Change: Using koa-route instead of koa-router internally in the Koa middleware
    • ๐Ÿ”„ Change: grant-hapi now uses peerDependencies
  • v3.0.2 Changes

    March 17, 2015
    • ๐Ÿ›  Fix: Removed default Express require left over in index.js
  • v3.0.1 Changes

    March 15, 2015
    • ๐Ÿ›  Fix: Examples
  • v3.0.0 Changes

    March 15, 2015
    • ๐Ÿ”„ Change: Each consumer middleware now have its own module: grant-express, grant-koa and grant-hapi