So, with ember it uses the id's a lot to identify models, it uses it in http request's as well like
http://localhost/api/users/12
Is there any way to use a different value as it's id? like a username for example?
so it ends up like this...
http://localhost/api/users/john99