dose-amigos / dose-amigos-ionic

Mobile code for Dose Amigos: Don't miss a dose with help from your amigos.
1 stars 4 forks source link

Issue #49: DoseAmigosUserService AuthHttp Integration #52

Closed mckoon closed 8 years ago

mckoon commented 8 years ago

Updates DoseAmigosUserService to use AuthHttp.

Removes AuthUser and AuthUserService. Adds DoseAmigosUserService.getCurrent(). Updates FeedPage to get current user for status card.

Closes #49.

mckoon commented 8 years ago

Bobby did some testing with the backend with this and confirmed it works.

There may still be an issue with the current user, but if so we will fix in a follow-up ticket.