@belgoros wrote:
I can’t find any resources on how to proceed and is it possible to use ESA (ember-simple-ath) or ember-simple-auth-token add-on if I have to authenticate a User agains a custom external API provider ? I mean that every User (if not authenticated) should be redirected to the custom authentication portal login page, enter user name and password and which will send back a token (JWT). This authentication API has my application registered, redirect URL (callback) and provided me with a secret key and client ID. A successful response from that API after authentication would be like that:
http://redirect_url:port/#access_token=eyJhbGciOiJSUzI1Ni.
I have already read Part 1 and Part 2, took a look at Ember JS with Rails article but still have no answer for the question. Any suggestions, advices and links would be helpful !
Posts: 2
Participants: 2