credential-handler / authn.io

Credential Mediator Polyfill
https://github.com/w3c-ccg/credential-handler-api
Other
44 stars 8 forks source link

Determine if all cookie-based storage can be removed / transitioned to IndexedDB #120

Closed dlongley closed 1 year ago

dlongley commented 1 year ago

It's unclear what kind of storage is available in private browsing mode across browsers. Ideally, we can remove all cookie-based storage in all cases.

For non-private browsing modes:

For private browsing modes:

dlongley commented 1 year ago

Duplicate of #110.