flutter_secure_storage
flutter_secure_storage copied to clipboard
[Web] Cannot read value of JWT token
flutter_secure_storage throws Uncaught Error, reading jwt value from storage at WEB
Maybe the decyrption fails for certain characters. But I also think "it doesn't make sense", because JWT has url-safe-BASE64 characters with .(dot) character. it means JWT is a very common form of encoding.
so If this pacakage has an issue with decyrpt encrypted JWT, there is a big problem with the encryption method of this package.
Does this problem only happen to me?
I keep the following conditions well.
- https
- call a function "read" with await keyword.
*iOS/Android works fine. **Not all JWT tokens are having trouble reading. Some tokens are read without error.
@TykanN The same issue. Did you fix it?
@TykanN The same issue. Did you fix it?
I have the same question too
I am closing all older issues. If this issue still exists in the latest version, please let me know.