Authentication - rafaellima/rails_admin GitHub Wiki
You can (each is optional) provide 2 things:
- An
authenticate_with
block that will trigger your authentication logic before any action in RailsAdmin.
- A
current_user_method
block that will yield a user model (for UI purposes)
Popular authentication gems examples: