diff --git a/README.rst b/README.rst index a5a4f02..23a6159 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,10 @@ Introduction :target: https://github.com/adafruit/Adafruit_CircuitPython_JWT/actions/ :alt: Build Status +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + :alt: Code Style: Black + JSON Web Token (JWT) Authentication module for CircuitPython. JSON Web Tokens are an open, industry standard `RFC 7519 `_ method for representing claims securely between two parties.