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
Background context or User story:
To be more correct to the methods being used, when connect-session makes requests to the token endpoint, we should pass the request parameters in the body (since it's a POST) not in the query string parameters. Cognito does support this.
Specification or Acceptance Criteria:
The text was updated successfully, but these errors were encountered:
…dy (#11011)
* refactor: changed endpoint submit to post body submit
* fix: corrected condition and payload types
* feat: added payload to fetch method
* fix: corrected payload encoding
* feat: added test for making sure fetch is called with post request with body
Background context or User story:
To be more correct to the methods being used, when connect-session makes requests to the token endpoint, we should pass the request parameters in the body (since it's a POST) not in the query string parameters. Cognito does support this.
Specification or Acceptance Criteria:
The text was updated successfully, but these errors were encountered: