We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RailsAdmin doesn't need authentication to function, though other dependencies (PaperTrail, History, Cancan..) might need it.
It is perfectly legal to do:
# config/initializers/rails_admin.rb config.authenticate_with {} config.current_user_method {}