Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ AuthenticateModule
Class
AuthenticateModule
web/pgadmin/authenticate/__init__.py:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
class
AuthenticateModule(pga_utils.PgAdminModule):
86
def
get_exposed_url_endpoints(self):
87
return
[
'authenticate.login'
]
88
89
90
blueprint = AuthenticateModule(MODULE_NAME, __name__, static_url_path=
''
)
Callers
1
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected