Howdy

Can someone tell me why push server authentication uses "loginName"[1] instead of "username" like TODO, controller-demo, etc...

All libs Android[2], iOS[3] and JavaScript[4] on authentication expect username/password

Thoughts?

[1] https://github.com/aerogear/aerogear-unified-push-server/commit/052c93f481d0147521cb91e8b2887725c6c48aff#L0R27
[2] https://github.com/aerogear/aero-gearandroid/blob/master/src/org/jboss/aerogear/android/authentication/impl/AGSecurityAuthenticationModuleRunner.java#L102
[3] https://github.com/aerogear/aerogear-ios/blob/master/AeroGear-iOS/AeroGear-iOS/security/AGRestAuthentication.m#L122
[4] https://github.com/aerogear/aerogear-js/blob/master/src/authentication/adapters/rest.js#L233