Our rails 2.2.2 application uses restful authentication. We would like to use an authentication token in an email link but i see no provision for an authentication token in the documentation on the original or subsequent versions of restful authentication. Am i missing something or is there a workaround?
Edit: To use Devise instead i would need to upgrade to rails 2.3 which I would prefer not to do because it breaks some elements of the application.
After a month without a response on this question, I upgraded to Rails 2.3.11 and then replaced restful authentication with Devise which will generate an authentication token.