s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.79k stars 161 forks source link

ImportError: cannot import name 'auth_cookie' #198

Open Spirit412 opened 7 months ago

Spirit412 commented 7 months ago

Set up the project without using - [ ] Add authentication via cookie support After launching, I get an error File "/app/src/test_template_api/web/api/users/views.py", line 7, in <module> from test_template_api.db.models.users import auth_cookie # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: cannot import name 'auth_cookie' from 'test_template_api.db.models.users' (/app/src/test_template_api/db/models/users.py) I deleted line 7 from test_template_api.db.models.users import auth_cookie # type: ignore

After that, the application started without errors

s3rius commented 7 months ago

🤔

Thanks for suggestion. We will take a look.

david-shiko commented 4 months ago

The same

SyedDaniyalHassan commented 2 months ago

Also facing the same issue at "cannot import name 'auth_cookie' from 'basic_app.db.models.users' (D:\NewPC\Playground\python\FastAPI\basic_app\basic_app\db\models\users.py)"