nejdetkadir / devise-api

The devise-api gem is a convenient way to add authentication to your Ruby on Rails application using the devise gem. It provides support for access tokens and refresh tokens, which allow you to authenticate API requests and keep the user's session active for a longer period of time on the client side
MIT License
152 stars 22 forks source link

Add example API requests to README #6

Closed nejdetkadir closed 1 year ago

nejdetkadir commented 1 year ago

The devise-api gem provides a convenient way to add authentication to Ruby on Rails applications, but the README currently lacks examples of how to use the gem to make API requests. It would be helpful for users to see examples of how to authenticate with access tokens and refresh tokens