Handling user authentication when using ember.js

前端 未结 4 2044
滥情空心
滥情空心 2021-01-30 04:11

I was looking up documentation and posts on ember.js, and using ember.js with Rails.

I like the idea of Rails providing the API, and ember.js handling the UI, but I was

4条回答
  •  醉酒成梦
    2021-01-30 04:46

    Check ember-auth it handles token authentication for ember.js and there is also a demo and tutorial for rails / devise / ember. ember-auth is the best approach I've seen so far to authenticate an ember.js / rails app.

    So far I have implemented a basic Ember application based on Ember-auth with Devise token authentication and example Oauth for Google and LinkedIn that can be found here and is live here: https://starter-app.herokuapp.com

提交回复
热议问题