MCPcopy Index your code
hub / github.com/fastapi-users/fastapi-users / generate

Method generate

fastapi_users/password.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 return self.password_hash.hash(password)
38
39 def generate(self) -> str:
40 return secrets.token_urlsafe()

Callers 1

oauth_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected