Skip to content

Releases: CleverStack/clever-auth

Config prompt during clever init

11 Aug 17:08

Choose a tag to compare

fix(prompt): Config prompt is now properly working
release(1.2.8): Config prompt is now properly working

Fixed Config Prompt, it will be shown during project init

11 Aug 16:56

Choose a tag to compare

fix(cli): Config prompt will be shown on project init now
release(1.2.7): Config prompt will be shown on project init now

Big cleanup, module dependencies at installation as well as runtime, updated depdendencies and travis tests passing

06 Apr 23:30

Choose a tag to compare

  • feat(social): Added first cut of Dropbox, Facebook, Github, LinkedIn and Twitter
  • fix(package): JSON Syntax Error
  • refactor(google): Cleanup of Google Controller
  • feat(linkedin): Controller refactored - WIP
  • chore(cleanup): No need to use array of routes anymore
  • refactor(module): Moving code into separate modules
  • refactor(module): sessionStore is now store
  • update(deps): Remove references to npm packages other clever-auth modules use
  • chore(git): Keep both test folders
  • chore(docs): Updated readme
  • refactor(module): Cleanup
  • update(deps): Added clever-users@1.2.x to peerDependencies
  • fix(deps): Added qs to dependencies
  • refactor(tests): Use assets folder
  • fix(travis): Before script correctly removes incorrectly installed module that will be fixed in NPM 3
  • fix(deps): Removed dependency on clever-users to allow use of custom modules
  • release(1.2.6): Big cleanup, module dependencies at installation as well as runtime, updated depdendencies and travis tests passing

Hotfix - Fixed travis & tests

20 Mar 22:18

Choose a tag to compare

  • fix(tests): Travis should be fixed, also cleaned up lint errors in tests.
  • release(1.2.5): Fixed travis tests

Travis, Contributing Guide, License, Readme, Indentation and Linting

20 Mar 22:17

Choose a tag to compare

  • chore(lint): JSHint Config File
  • fix(tests): Travis
  • chore(docs): Contributing, License and Readme updated
  • refactor(module): Indentation and Linting
  • release(1.2.4): Contributing, License, Readme, Indentation and Linting

Hotfix - Removed dependency on clever-accounts and clever-users

14 Feb 00:39

Choose a tag to compare

  • hotfix(bundledDependencies): Removed dependency on clever-accounts and clever-users, released 1.2.3

Support express 4.x plus new hooks

14 Feb 00:09

Choose a tag to compare

  • update(express): Support express 4.x
  • release(1.2.1): Support express 4.x
  • refactor(AuthController): to suit new hooks
  • refactor(Exceptions): handling Unauthorised errors
  • release(1.2.2): Support express 4.x plus new hooks

Support for clever-users and clever-accounts modules

26 Jan 13:37

Choose a tag to compare

  • release(1.2.0): Support for clever-users and clever-accounts modules
  • chore(refactor): Moving all clever-users and clever-accounts resources out of this module
  • chore(refactor): Moved user related seed data and prompt into clever-users
  • fix(odd): ODM Support around account middleware
  • refactor(config): To suit clever-users and clever-accounts modules
  • Merge branch 'master' into develop
  • Merge pull request #17 from CleverStack/develop

ODM Support!

22 Jan 15:23

Choose a tag to compare

  • feat(clever-odm): Implemented ODM specific Association changes
  • release(1.1.8): clever-odm support updated

Fixed travis tests

25 Nov 02:50

Choose a tag to compare

  • fix(tests): Travis script was out of date with seed data prompt
  • fix(tests): Travis script was out of date with seed data