amplify-js
amplify-js copied to clipboard
A declarative JavaScript library for application development using cloud services.
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
**Is your feature request related to a problem? Please describe.** I'm using the provided react components to build the auth flow (`@aws-amplify/ui-react`). Unfortunately there doesn't seem to be any possibility...
#### Description of changes AppSync now supports [unsubscribing connections ](https://docs.aws.amazon.com/appsync/latest/devguide/aws-appsync-real-time-invalidation.html). Previously this message is not available to uses of the amplify-js libraries. This PR will allow a user to capture...
### Before opening, please confirm: - [x] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [x] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...
### Before opening, please confirm: - [x] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [x] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...
### Before opening, please confirm: - [x] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [x] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...
### Is this related to a new or existing framework? React ### Is this related to a new or existing API? GraphQL API ### Is this related to another service?...
### Is this related to a new or existing framework? _No response_ ### Is this related to a new or existing API? REST API ### Is this related to another...
### Is this related to a new or existing framework? Next.js ### Is this related to a new or existing API? _No response_ ### Is this related to another service?...
#### Description of changes Using SSR the guest token in the cookies does not get removed on login. This is because `storeIdentityId` is called on the server-side before it is...