If I already have a user, say from an oauth login, is it possible to retrieve the token for that user? I tried `@token = login_and_issue_token(@user.email, @user.crypted_password)` but that just returns nil.
If I already have a user, say from an oauth login, is it possible to retrieve the token for that user?
I tried
@token = login_and_issue_token(@user.email, @user.crypted_password)but that just returns nil.