Authenticate Api using Devise

suggest change

Introduction

Devise is authentication solution for Rails. Before going any further i would like to add quick note on API. So API does not handle sessions (is stateless) which means one that provide response after you request, and then requires no further attention, which means no previous or future state is required for the system to work hence whenever we requesting to the server need to pass authentication details with all API and should tell Devise not to store authentication details.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Authenticate API using Devise:
*Authenticate Api using Devise

Table Of Contents
55CSV
65Authenticate API using Devise