fix: fix token revogation

This commit is contained in:
Alexandre Teles
2022-10-17 16:57:29 -03:00
parent 07800c4d62
commit 2d3e62addf
33 changed files with 101 additions and 80 deletions

View File

@ -19,4 +19,4 @@ docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:lat
printf "Installing dependencies...\n"
poetry install --all-extras
poetry install --all-extras