flutter_macos_webview
flutter_macos_webview copied to clipboard
Parse cookies from WebView
Is there any way to inspect the cookies that are created for the webview?
I am using this widget to display a login page in lieu of being able to use OAuth natively. After a successful login I want to inspect the webview cookies as there is a JWT saved in there.
@tbwfdu will look into this