Module: Aurora

Defined in:
lib/aurora.rb,
lib/aurora/client.rb,
lib/aurora/server.rb

Overview

– module ++

Defined Under Namespace

Classes: Client, Server

Constant Summary collapse

VERSION =
[0,1,10]

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.versionObject



15
16
17
# File 'lib/aurora.rb', line 15

def self.version
  VERSION.join('.')
end

Instance Method Details

#introductionObject

Introduction

Aurora is a simple authentication server. Built on Halcyon, it is a JSON Web Server Framework intended to be used for fast, small data transactions, like for AJAX-intensive sites or for special services like authentication centralized for numerous web apps in the same cluster.

The possibilities are pretty limitless: the goal of Aurora was simply to be lightweight, fast, simple to implement and use, and able to be extended.

Usage

For documentation on using Aurora, check out the Aurora::Server and Aurora::Client classes which contain much more usage documentation.



33
34
35
# File 'lib/aurora.rb', line 33

def introduction
  abort "READ THE DAMNED RDOCS!"
end