API身份验证...... ANGULARJS中的内容是什么?文件在哪里?

时间:2017-09-20 13:50:50

标签: angularjs authentication

我尝试使用http://jasonwatmore.com/post/2015/03/10/angularjs-user-registration-and-login-example-tutorial

创建登录页面

我遇到了一个你可能会觉得很傻的情况。

我设置了所有,现在将尝试真正的身份验证,但我不知道/ api /身份验证。我知道这可能看起来很愚蠢,但我愿意有机会接受专业人士的建议,我可以如何实现或下载或使用该api / authenticate代码。 我正在使用PHP和MY-SQL。我用谷歌搜索,但我找到了Auth0网站,我认为这不是我想要的。以下是代码:

/* Use this for real authentication
     ---------------------------------------------- */
    $http.post('/api/authenticate', { username: username, password: password })
        .success(function (response) {
            callback(response);
        });

它没有任何.php或.js扩展名,只有目录。我是一名初学者,并且自学了三个月,但我真诚地从专家的经验中寻找答案,而不仅仅是复制和粘贴一个网站来看看。

非常感谢您的帮助! :)

0 个答案:

没有答案