From the limitations section of the readme:
The PKCE flow is quite an involved process. It would be better if the library used js-cookie or LocalStorage natively to optionally handle setting, removing and updating access tokens, refresh tokens and the PKCE code verifier from cookies/storage automatically. This is a planned update.
This would not be a breaking change. It would still be nice to let users handle the cookie/storage portion of the PKCE flow, but offering a built-in way of doing it would also be good I think.
From the limitations section of the readme:
This would not be a breaking change. It would still be nice to let users handle the cookie/storage portion of the PKCE flow, but offering a built-in way of doing it would also be good I think.