I need to use token based authentication in a Rails 3.1 API in conjunction with the most recent version of devise. No problem so far.
Now I do not want to append my :au
I'm using a custom "strategy" for this: https://gist.github.com/4492569