cookie_jar icon indicating copy to clipboard operation
cookie_jar copied to clipboard

Are cookies encrypted in case of PersistCookieJar?

Open shujaatak opened this issue 4 years ago • 1 comments

I wonder if cookies are encrypted in case of PersistCookieJar or not?

shujaatak avatar Oct 30 '20 07:10 shujaatak

It is supported in 3.0.0-beta2(preview version),and there is an example https://github.com/flutterchina/cookie_jar/blob/dev/example/encryption.dart

wendux avatar Mar 03 '21 11:03 wendux