MCPcopy Index your code
hub / github.com/realpython/discover-flask / is_authenticated

Method is_authenticated

project/models.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 self.password = bcrypt.generate_password_hash(password)
40
41 def is_authenticated(self):
42 return True
43
44 def is_active(self):
45 return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected