amplify-swift/Amplify/Categories/Auth/Request
Harshdeep Singh b8dbc7098c
feat(Auth): Fix platform disparities in Auth (#2365)
* feat(Auth): Fix auth sign up result disparity

* fix(Auth): change the resend user attribute code for platform parity

* fix(Auth): Add plugin level options for providing user attributes and metadata during confirming sign in

* fix(Auth): Add reset password plugin option

* fix(Auth): Remove expiration from user pool tokens

* fix(Auth): rename user pool tokens in session result

* fix(Auth): Rename AWS credentials

* fix(Auth): renaming access key

* fix(Auth): renaming secret key

* fix(Auth): rename sessionKey to sessionToken

* reverting the change to the migration logic

* Revert "fix(Auth): Remove expiration from user pool tokens"

This reverts commit a2b03bb281.

* fix(Auth): Remove expiration from user pool tokens

* fix(Auth): use validation data in sign in API
2022-09-28 20:29:56 -04:00
..
AuthAttributeResendConfirmationCodeRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthChangePasswordRequest.swift feat(Auth): Add Change Password API implementation (#1928) 2022-06-20 09:57:13 -04:00
AuthConfirmResetPasswordRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthConfirmSignInRequest.swift feat(Auth): Fix platform disparities in Auth (#2365) 2022-09-28 20:29:56 -04:00
AuthConfirmSignUpRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthConfirmUserAttributeRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthFetchDevicesRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthFetchSessionRequest.swift feat(Auth): Adding force refresh token workflow (#2141) 2022-08-13 14:37:44 -04:00
AuthFetchUserAttributesRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthForgetDeviceRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthRememberDeviceRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthResendSignUpCodeRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthResetPasswordRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthSignInRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthSignOutRequest.swift chore(auth): Add optional presentation anchor to signOut flow (#2043) 2022-07-27 08:44:47 -07:00
AuthSignUpRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthUpdateUserAttributeRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthUpdateUserAttributesRequest.swift chore(auth): Updated code documentation comments (#1265) 2021-06-18 08:31:44 -07:00
AuthWebUISignInRequest.swift chore(auth): Remove unused properties (#2360) 2022-09-27 15:18:03 -07:00