-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Please feel free to correct me.
I've tried to use the fetch
api to login against a service which sets a cookie in case of success.
The session cookie gets correctly set and subsequent requests to the same service pass authentication without me configuring anything at the code level, which makes me assume that cookies are automatically managed by the JavascriptCore runtime.
I can't find a way to manipulate them though, is that by design?
As a side note, does this mean that I'm just better off using a different authentication flow?
Thanks for your work on this!
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.