Extracting cookies from a WebView in Jetpack Compose
I want my app to open a web page, let the user log into the site and then receive the Cookies into my app. However, I am unable to find a way to do this. So far, I have only been able to start a WebView using the Accompanist library, but am unable to extarct cookies.