Rails Routing: Advanced Constraints for User Authentication without Devise
· 3 min read
Many times we mount engines and restrict access to admin users via Devise. In this post, I’ll show you how to do the same when using a different authentication mechanism.