Skip to content
","upvoteCount":1,"url":"https://github.com/fastapi-users/fastapi-users/discussions/1525#discussioncomment-14042803"}}}
Discussion options

You must be logged in to vote
class UserManager(BaseUserManager):
    ...

    async def func(password: str, user: User):
        verified, _ = self.password_helper.verify_and_update(
            password, user.hashed_password
        )

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by striker561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants