0

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?

Jonathan Allard
  • 18,429
  • 11
  • 54
  • 75

1 Answers1

0

I raised the problem in issue 1526, and it was fixed in commit 8b3e0e5.

Jonathan Allard
  • 18,429
  • 11
  • 54
  • 75