How to configure gem 'devise' and gem 'devise_token_auth' in same project
Hi,
While creating a project, I need to configure gem 'devise' and gem 'dvise_token_auth' in same project and in same model.
Is it possible to implement this, if yes, then please guide me in implementing it.
Thanks in Advance