[ANN] A plugin to integrate Ember apps with stock Devise setup

If you’re using Rails & Devise for authentication, I just released a plugin that might help make your life a little easier. It provides the routing, models & callbacks necessary to handle sign in & sign out making ajax requests to Devise’s SessionsController. Check out the README for more details.

https://github.com/d-i/ember-devise-simple-auth/blob/master/README.md

2 Likes

That is cool! I try to use this plugin tonight.