square / rails-auth

Modular resource-based authentication and authorization for Rails/Rack
Apache License 2.0
291 stars 23 forks source link

Rails::Auth::Env #36

Closed tarcieri closed 8 years ago

tarcieri commented 8 years ago

Factors all environment-related methods into a single class which can handle mutating the Rack environment.

All original getter/setter methods have been moved to rails/auth/helpers.rb

tarcieri commented 8 years ago

cc @ewr