Hello everyone,
I am considering EmberJS for my next project and the number one thing it needs is solid authentication. After lots of searching around I found Ember-Simple-Auth. In my noob mind it looks good.
However, I am being asked to decide which of the 12 versions I would like to use: https://github.com/simplabs/ember-simple-auth/releases
I don’t know how to answer that but am hoping someone here can guide me. Here is my situation:
I have an Azure Mobile Service REST/API that I want to require authentication for before a person can pull data.
I would like to be able to put encrypted values/tokens in the header to read when a request is made.
I think that’s it; pretty simple. So which release is right for me?
Or should I be doing something completely different?
Thank you.