]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application.rb
more way bits
[rails.git] / app / controllers / application.rb
index 82ef80920237cffbf8e1bf07b4a188c4cc2b5295..366646ae395a27da1bfce1d00f77e3d7c359a3a2 100644 (file)
@@ -2,10 +2,10 @@
 # Likewise, all the methods added will be available for all controllers.
 class ApplicationController < ActionController::Base
 
+  def authorize_web
+    @user = User.find_by_token(session[:token])
+  end
 
-
-  # HTTP AUTH stuff for the API
-  
   def authorize(realm='Web Password', errormessage="Could't authenticate you") 
     username, passwd = get_auth_data 
     # check if authorized