updated links to micropython libraries #nolog
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user