whythawk / full-stack-fastapi-postgresql

Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more.
MIT License
238 stars 48 forks source link

Fixed login artifacts #18

Closed turukawa closed 1 year ago

turukawa commented 1 year ago

The original login system allowed a person to login and validate their email afterwards, but the magic approach means that this is no longer valid. Some artefacts remained, picked up by @FranzForstmayr, and this should remove them all. Closes https://github.com/whythawk/full-stack-fastapi-postgresql/issues/17