Skip to content

Expose Gigya login token to avoid storing the password#2108

Merged
epenet merged 1 commit into
mainfrom
expose-gigya-login-token
May 21, 2026
Merged

Expose Gigya login token to avoid storing the password#2108
epenet merged 1 commit into
mainfrom
expose-gigya-login-token

Conversation

@epenet
Copy link
Copy Markdown
Collaborator

@epenet epenet commented May 21, 2026

Add RenaultSession.login_token and set_login_token() so consumers can persist the Gigya login token (the refresh-token equivalent) instead of the user password, and restore a session without re-authenticating.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

Add `RenaultSession.login_token` and `set_login_token()` so consumers can
persist the Gigya login token (the refresh-token equivalent) instead of the
user password, and restore a session without re-authenticating.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.09%. Comparing base (1d9a4aa) to head (35f19c8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2108      +/-   ##
==========================================
+ Coverage   87.06%   87.09%   +0.03%     
==========================================
  Files          34       34              
  Lines        2164     2170       +6     
  Branches      248      248              
==========================================
+ Hits         1884     1890       +6     
  Misses        198      198              
  Partials       82       82              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@epenet epenet marked this pull request as ready for review May 21, 2026 09:30
@epenet epenet added the enhancement New feature or request label May 21, 2026
@epenet epenet merged commit d68ca3a into main May 21, 2026
23 checks passed
@epenet epenet deleted the expose-gigya-login-token branch May 21, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant