Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /* Use this for real authentication
  2. ---------------------------------------------- */
  3. $http.post('/api/authenticate', { username: username, password: password })
  4. .success(function (response) {
  5. callback(response);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement