You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): add custom headers support for Cognito Auth requests
Add optional `headers` function to `LibraryAuthOptions` that allows
attaching custom headers to all Auth requests to Cognito, consistent
with the existing REST and GraphQL custom headers pattern.
Closes#12308Closes#13197
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/auth/__tests__/foundation/factories/serviceClients/cognitoIdentityProvider/shared/handler/cognitoUserPoolTransferHandler.test.ts
Copy file name to clipboardExpand all lines: packages/auth/src/foundation/factories/serviceClients/cognitoIdentityProvider/shared/handler/cognitoUserPoolTransferHandler.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
0 commit comments