What is the best way to add multiple role access to a Gollum wiki?
I understand how to add Basic HTTP auth via, Rack middleware. However, I would like to know what's required to have full multi user/role authentication and authorization.
Can Devise or OmniAuth be used in a similar way to a Rails app?
What is required?