I use token authentication in Devise (I think; using omniauth-facebook). Earlier this week, I had trouble getting my routes without the “token” option. But now, the token-auth module is still there, but the routes (destroy_user_session, etc.) are gone.
How do I get my session routes with token authentication in Devise?
I raised the problem in issue 1526, and it was fixed in commit 8b3e0e5.