-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cookies management support #95
Conversation
@riderx, please check this out, I need these changes available on production. Thank you. |
@monokaijs sorry i didn't saw your message in all notifs :/ |
I can merge it now, if you tell me it's still good |
Just need to run lint in local, and fix |
I have the modified version of this plugin in my production project and it's working properly. |
Ok thanks I will fix the lint and merge it then |
ios was not building at all, so i had to fix it, last check and it should be good |
ios was not building at all, so i had to fix it, thanks for the work ! |
Why was the option to clear all cookies removed? |
This was not intentional, I will revert the tiny change who cause that |
This should be back in last version |
Thanks a lot! Very much appreciated, but I think the last version failed build? |
Correct, I made the change direct on GitHub, i did on my mac now i checked the build it's good |
I've recently working on a project which I have to manually handle the cookie (credentials) in the client-side.
I've modified the plugin so it can read In-app Browser cookies by url. A httpOnly filter also has been implemented.
Example:
InAppBrowser.
Hope this helps.
Cheers,