JWT Decoder This is a small library for decoding a json web token for dart / flutter . Since the header and payload is base64 encoded you can easily know the stored data with no password, you can also know if the token is expired or not.
JWT Decoder This is a small library for decoding a json web token for dart / flutter . Since the header and payload is base64 encoded you can easily know the stored data with no password, you can also know if the token is expired or not.