RubyFlow The Ruby and Rails community linklog

Ruby on Rails API Authentication

If you are building any kind of API with Ruby on Rails you are going to have to handle authentication if you want to secure your endpoints. If you’re using devise with its pre-built authentication you’ll see that when it comes to managing the Authentication of an API endpoint devise falls slightly short. In this post we will show you some of the options you have with securing your Rails API endpoints and how you can integrate them into devise.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in