Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): remove typo on generating web session signin token #559

Conversation

petrusdemelo
Copy link

Changelog

Corrected case sensitivity issue in query parameters for session duration in sign-in token generation.

Bugfixes

Fixed a bug where the session duration parameter was ignored due to a case sensitivity error in the query string. This issue caused Amazon's default session duration of 1 hour to be used regardless of the intended duration.

Enhancements

Enhanced the reliability of session duration handling by fixing the typo in the parameter name from sessionDuration to SessionDuration.

Notes

This fix aligns the parameter casing with Amazon's API requirements, ensuring that session duration settings are correctly applied. This change is crucial for systems that depend on longer session durations for extended operations.

Copy link

sonarcloud bot commented May 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@petrusdemelo
Copy link
Author

Hey @ericvilla

Don't want to bug you, just would like to do quick poke :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant