Closed nighthawk closed 2 months ago
Being pre 1.0 we could accept this for v0.3.1 but I want to confirm with @carson-katri about it first
@simlay We'll need a way to pass headers to the dead render in core for v0.4.0.
Can you add a line to the CHANGELOG.md
file mentioning the new parameter?
@nighthawk this should go under Added
in the CHANGELOG.md
@carson-katri Code review addressed and updated the change log, too.
thank you, @carson-katri will be able to sign off on this on Tuesday
Thank you!
These are passed on to Phoenix when the LiveView makes the initial connection.
Sample use case: Passing an "Authorization" HTTP header to authenticate a user in the LiveView with a token that's fetched outside of LiveView and stored in the user's keychain. That particular header should not be set on
URLSessionConfiguration
directly.Related Slack thread for reference.