MushroomMaula / fastapi_login

FastAPI-Login tries to provide similar functionality as Flask-Login does.
https://pypi.org/project/fastapi-login
MIT License
639 stars 58 forks source link

No way to register a user? #132

Closed openSourceBugs closed 6 months ago

openSourceBugs commented 6 months ago

It doesn't seem like the docs mention this at all. I'm going to assume this is broken until otherwise informed. You can't login without registering a user first. As it is, the documentation assumes plain text in database passwords, a big no no.

kigawas commented 6 months ago

This is an authentication library, not a database usage tutorial for managing users. It's just for creating a token, whether the token should be created or not depends on implementation