登陆与身份认证:
路由文件配置:
路由配置文件路径:
/Users/phoenix/datahub/datahub-frontend/conf/routes
内容(收到登陆请求是, 调用哪个模块):
# Authentication in React POST /logIn controllers.AuthenticationController.logIn(request: Request)
登陆管控程序:
AuthenticationController.login
1.1 boolean loginSucceeded = tryLogin(username, password);
1114

被折叠的 条评论
为什么被折叠?



