updated links to micropython libraries #nolog

This commit is contained in:
Miguel Grinberg
2022-08-07 15:55:42 +01:00
parent abb7900691
commit 2dc34a463b

View File

@@ -152,9 +152,9 @@ Maintaing Secure User Sessions
* - Required external dependencies * - Required external dependencies
- | CPython: `PyJWT <https://pyjwt.readthedocs.io/>`_ - | CPython: `PyJWT <https://pyjwt.readthedocs.io/>`_
| MicroPython: `jwt.py <https://github.com/miguelgrinberg/micropython-lib/blob/ujwt-module/python-ecosys/ujwt/ujwt.py>`_, | MicroPython: `jwt.py <https://github.com/miguelgrinberg/microdot/blob/main/libs/micropython/jwt.py>`_,
`hmac <https://github.com/micropython/micropython-lib/blob/master/python-stdlib/hmac/hmac.py>`_, `hmac <https://github.com/micropython/micropython-lib/blob/master/python-stdlib/hmac/hmac.py>`_,
`hashlib <https://github.com/miguelgrinberg/micropython-lib/blob/ujwt-module/python-stdlib/hashlib>`_, `hashlib <https://github.com/miguelgrinberg/microdot/tree/main/libs/micropython/hashlib>`_,
`warnings <https://github.com/micropython/micropython-lib/blob/master/python-stdlib/warnings/warnings.py>`_ `warnings <https://github.com/micropython/micropython-lib/blob/master/python-stdlib/warnings/warnings.py>`_
* - Examples * - Examples