Add chargepoint domain skill: Datadome blocks password login, use coulomb_sess cookie#503
Open
garyo wants to merge 2 commits into
Open
Add chargepoint domain skill: Datadome blocks password login, use coulomb_sess cookie#503garyo wants to merge 2 commits into
garyo wants to merge 2 commits into
Conversation
…lomb_sess cookie Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Skill review passedReviewed 1 file(s) — no findings. |
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 1 file
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…sion SSO path Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
|
Both points addressed in cb5b766's follow-up: the snippet now uses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ChargePoint fronts login with Datadome bot protection, so server-side password logins (e.g. the Home Assistant chargepoint integration's reauth flow) fail even with correct credentials. The reliable path is the
coulomb_sesscookie from a logged-in browser session at driver.chargepoint.com — this skill documents the cookie, how to grab it viaStorage.getCookies, and the trap in the HA reauth dialog.Field-tested today while re-authenticating the HA chargepoint integration after an upgrade.
🤖 Generated with Claude Code
Summary by cubic
Add a ChargePoint auth guide: Datadome blocks server-side password logins; use the
coulomb_sesscookie from driver.chargepoint.com. Includes aStorage.getCookiessnippet, theauth-sessionSSO JWT fallback whencoulomb_sessis missing, and to use the token field (not password) in Home Assistantchargepointreauth.Written for commit 240ec04. Summary will update on new commits.