wheel
wheel copied to clipboard
Decide between cookie auth and token auth
Right now since the sign_in
helper from devise
is used, cookie-based authentication is also present in Wheel. Since we are moving to token auth, we could remove this helper and set @current_user
manually in the authenticate_user_using_x_auth_token
before action.