DEV Community

Discussion on: Guide to devise_token_auth: Simple Authentication in Rails API

Collapse
 
krlosgilson profile image
Carlos Andrade

Once logged in, how do I make requests using the generated token? For ex: A GET request: localhost:3000/clients

Collapse
 
risafj profile image
Risa Fujii

As written in the article - you set the token in your request headers!

Some comments have been hidden by the post's author - find out more