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?