Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ authenticate
Method
authenticate
st2auth/st2auth/backends/base.py:35–36 ·
view source on GitHub ↗
(self, username, password)
Source
from the content-addressed store, hash-verified
33
34
@abc.abstractmethod
35
def
authenticate(self, username, password):
36
pass
37
38
def
get_user(self, username):
39
""
"
Callers
1
handle_auth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected