We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c92bb5 commit cc02620Copy full SHA for cc02620
README.rst
@@ -94,6 +94,11 @@ Validating a generated JWT, encoded_jwt.
94
# The decoded JWT's JOSE header and claims set are returned as a tuple
95
print('JOSE Header: {}\nJWT Claims: {}'.format(decoded_jwt[0], decoded_jwt[1]))
96
97
+Documentation
98
+=============
99
+
100
+API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>`_.
101
102
Contributing
103
============
104
0 commit comments