Method: Hector::Concerns::Authentication#on_user

Defined in:
lib/hector/concerns/authentication.rb

#on_userObject



4
5
6
7
8
# File 'lib/hector/concerns/authentication.rb', line 4

def on_user
  @username = request.args.first
  @realname = request.text
  authenticate
end