ember-cognito

AWS Amplify/Cognito and ember-simple-auth integration

MIT License

Stars
32
Committers
11

Bot releases are visible (Hide)

ember-cognito - Release 2.0.0 Latest Release

Published by RobbieTheWagner 9 months ago

💥 Breaking Change

Committers: 1

ember-cognito - Release 1.0.0

Published by RobbieTheWagner over 2 years ago

💥 Breaking Change

Committers: 1

ember-cognito - Release 0.12.0

Published by paulcwatts almost 4 years ago

  • Merge pull request #161 from rwwagner90/fix-crypto (cefb6a8)
  • Possible fix for crypto (e9f8e26)
  • Merge pull request #160 from paulcwatts/fix-build (90da99e)
  • Fix lint errors (98080a6)
  • Merge pull request #158 from rwwagner90/bump-deps (ef51b82)
  • Use GitHub actions instead of Travis (cb79e9d)
  • Yarn upgrade (2f4252d)
  • Ember 3.22 (229b0dc)
  • Bump deps (42fa68d)
  • Merge pull request #155 from paulcwatts/more-updates (731db93)
  • Convert to native classes, async/await (89e4b55)
  • Merge pull request #154 from paulcwatts/update-deps (2e0e90f)
  • Remove readme badges (13af824)
  • Finish conversion (3fdd09d)
  • Continue updating syntax (a11cb8e)
  • Begin updating syntax (28d69b6)
  • JS Lint fixes (b2b96c8)
  • Update dependencies (136cf77)
  • Merge pull request #153 from BobrImperator/refactor-remove-assign-usage (a62ba6c)
  • refactor: remove Ember.assign in favor of Object.assign (cfa9282)
ember-cognito - Release 0.11.0

Published by paulcwatts about 4 years ago

  • Convert to native classes, async/await (89e4b55)
  • Merge pull request #154 from paulcwatts/update-deps (2e0e90f)
  • Remove readme badges (13af824)
  • Finish conversion (3fdd09d)
  • Continue updating syntax (a11cb8e)
  • Begin updating syntax (28d69b6)
  • JS Lint fixes (b2b96c8)
  • Update dependencies (136cf77)
  • Merge pull request #153 from BobrImperator/refactor-remove-assign-usage (a62ba6c)
  • refactor: remove Ember.assign in favor of Object.assign (cfa9282)
ember-cognito - Release 0.10.0

Published by paulcwatts about 5 years ago

  • Merge pull request #138 from paulcwatts/release-it (ae66b5d)
  • Switch from ember-cli-release to release-it (1b70c1f)
  • Merge pull request #137 from paulcwatts/update-deps (e684d42)
  • Update dependencies (6c5dd05)
  • Merge pull request #134 from qpowell/patch-1 (76ae6ba)
  • Update README.md (f42014c)
ember-cognito - Release 0.10.0-beta0

Published by paulcwatts over 5 years ago

This release replaces the user of AWS Cognito directly with the AWS Amplify library.

Additions

  • Please see the updated README for many of the new changes.
  • The dummy application has been greatly expanded to exercise nearly all of this addon's features.

Breaking Changes

  • The CognitoStorage object, which was used to put Cognito's tokens in ember-simple-auth's storage, is no longer used. We automatically persist the access token in ember-simple-auth's authenticated hash as before, but nothing else from Cognito storage. This actually enables one to potentially use a different ember-simple-auth storage such as cookie storage, since it's much less likely that the authenticated data will be greater than 4096 bytes.

Deprecations

  • Many methods in CognitoUser have been deprecated and replaced with similar functions on the Cognito service. These have been renamed to their Amplify equivalents.
  • You no longer need to include the amazon-cognito-identity-js directly in your app, this is included (as well as the amplify packages) by default in the addon.
  • The testing helpers for ember-qunit < 4.2 have been deprecated. Please upgrade your tests to ember-qunit >= 4.2.

These deprecations will be removed by 1.0.

ember-cognito - Release 0.9.0

Published by paulcwatts over 6 years ago

  • Add deleteUser method to CognitoUser (Thanks @mike183!)

Full changelist

ember-cognito - Release 0.8.0

Published by paulcwatts over 6 years ago

  • Add support for authenticationFlowType (Thanks @JoseLawrence!)
  • Properly translate exceptions thrown from Cognito to rejected promises (Thanks @rbezemer!)

Full changelist

ember-cognito - Release 0.7.2

Published by paulcwatts over 6 years ago

  • Fixes an issue when calling invalidate() with no underlying Cognito user.

Full changelist

ember-cognito - Release 0.7.1

Published by paulcwatts over 6 years ago

  • This fixes an issue with the latest versions of amazon-cognito-identity-js package. With versions of amazon-cognito-identity-js >= 2.0.2, the AWS Cognito SDK file is no longer included by default. If you don't use other AWS features besides Cognito, this saves ~100K in your vendor JS file!

Full changelist

ember-cognito - Release v0.7.0

Published by paulcwatts over 6 years ago

Full changelist

ember-cognito - Release v0.6.0

Published by paulcwatts over 6 years ago

  • Add test helpers for the modern testing API!
ember-cognito - Release v0.5.0

Published by paulcwatts over 6 years ago

  • Major feature: automatically refreshes expired access tokens!
  • New fangled dummy app, suitable for easy testing
  • New methods on the Mock Cognito User

Full changelist

ember-cognito - Release v0.4.0

Published by paulcwatts almost 7 years ago

Full changelist

Badges
Extracted from project README
Build Status Ember Observer Score npm version