RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rails API Authentication with the auth generator

The Single-Page Application madness is a part of the past and Hotwire is the go-to alternative for interactive Rails applications.

However, there are some use cases where building an API-only Rails app makes sense: mobile apps, teams that are comfortable with FE frameworks or multi-platform applications.

In this article we will learn how to add user authentication with the Rails 8 auth generator in API-only apps.

Full article on our tech blog: https://avohq.io/blog/rails-api-authentication-with-the-auth-generator

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