authentication - Use devise gem with API only Rails 5 app -


i learning rails 5, trying implement authentication in api application. using devise_token_auth gem it.

my question is: possible use devise gem authentication in rails 5 api application in same way in traditional rails applications?

if not, best way implement authentication in rails 5 api application?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -