What is JWT token in flutter?

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.

Leave a Reply

Your email address will not be published. Required fields are marked *