From dae5ad8daccd4ca8d012525d8864f0c089956217 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Sun, 23 Jul 2023 14:13:18 +0200 Subject: [PATCH] update README.md --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 831461f..4fdc999 100644 --- a/README.md +++ b/README.md @@ -71,17 +71,8 @@ Below steps were done to integrate [rich](https://github.com/Textualize/rich) in ![sample-logs-with-rich](/static/logz.png) -Hope you enjoy it. +### User authentication with JWT and Redis as token storage :lock: :key: -### Change Log -- 4 JUN 2022 alembic migrations added to project -- 6 JUN 2022 added initial dataset for shakespeare models -- 3 OCT 2022 poetry added to project -- 12 NOV 2022 ruff implemented to project as linting tool -- 14 FEB 2023 bump project to Python 3.11 -- 10 APR 2023 implement logging with rich -- 28 APR 2023 Rainbow logs with rich :rainbow: -- 7 JUL 2023 migrate to pydantic 2.0 ### Local development with poetry @@ -92,3 +83,17 @@ pyenv install 3.11 && pyenv local 3.11 poetry install ``` + +Hope you enjoy it. + +### Change Log +- 4 JUN 2022 alembic migrations added to project +- 6 JUN 2022 added initial dataset for shakespeare models +- 3 OCT 2022 poetry added to project +- 12 NOV 2022 ruff implemented to project as linting tool +- 14 FEB 2023 bump project to Python 3.11 +- 10 APR 2023 implement logging with rich +- 28 APR 2023 Rainbow logs with rich :rainbow: +- 7 JUL 2023 migrate to pydantic 2.0 :fast_forward: +- 25 JUL 2023 add user authentication with JWT and Redis as token storage :lock: :keyv: +