api_helpers_warden.rb @��⪪ p n⪪ # Provide access to the Warden::Proxy in the Rack env by including this module in your Grape::API: # # helpers Api::Helpers::Warden # # These methods require that something has configured the Warden::Manager, and # the upstream middleware is in place to make the Warden::Proxy exist in the # env! In a Rails app, this is typically done by Devise or rails_warden. # mod
