Pass Melissa credentials through the actor runtime #149
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui!149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/melissa-explicit-credential"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause
Melissa configuration was only injected by a global
fetchmonkeypatch. The actor runtime itself did not receive the savedcontext.configuration, despite the settings UI stating that it did. That left Melissa authentication dependent on component mount order and an indirect global interceptor.Fix
context.configurationfetchLicense Key Using Creditsis separated from the value by whitespace rather than:or=Copy/CopiedlabelRegression coverage
+,/, and=reaches Personator Search exactly and is percent-encoded correctlyThis replaces the indirect authentication path for Melissa actors while retaining the existing interceptor for other direct Melissa requests.