jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
879 stars 143 forks source link

Fix typo in security.py #7

Closed Stefan2409 closed 1 year ago

Stefan2409 commented 1 year ago

I've found a Typo in the security.py file. The settings.REFRES_TOKEN_EXPIRE_MINUTES should be REFRESH_TOKEN_EXPIRE_MINUTES.

jonra1993 commented 1 year ago

Hello @Stefan2409 thanks for this PR