igorbenav / FastAPI-boilerplate

An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.
MIT License
589 stars 69 forks source link

Duplicate JWT cookie descriptions #125

Closed CHE1RON closed 5 months ago

CHE1RON commented 6 months ago

Description In the section for JWT auth & cookies, both Lax and Strict descriptions in README are the same.

Screenshots image