wheel icon indicating copy to clipboard operation
wheel copied to clipboard

Decide between cookie auth and token auth

Open vinay0x opened this issue 4 years ago • 0 comments

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.

vinay0x avatar Oct 16 '20 07:10 vinay0x