Has anyone got good, simple, Ember.js authentication examples where the app would send hashed + salted passwords to server?
It seems that all the examples I could find do not employ hashed + salted passwords. I.e. in these examples passwords are sent from Ember.js app to the server in plain text.