I had a non-Angular Rails app with Devise powering the authentication. Almost all of it.
However as we are moving it to AngularJS, had a question or two about how to integrate that with Angular.
- What all parts of Devise can still be used?
- What are best practices around how to maintain session in angular?
- Also, how do I manage multiple roles(based on 2 different models, both devise authenticable) ?