python-dependency-injector/docs/examples/password_hashing_miniapp.rst
2018-06-27 19:53:06 +03:00

20 lines
414 B
ReStructuredText

Dependency injection and password hashing in Python
===================================================
Small example that demonstrates using of dependency injection for user
password hashing.
Instructions for running:
.. code-block:: bash
python example.py
Listing of ``example.py``:
.. literalinclude:: ../../examples/miniapps/password_hashing/example.py
:language: python
:linenos:
.. disqus::