Skip to content

Rack middleware to create and authenticate users and connect sessions with their EvE Online capsuleers using the IGB

Notifications You must be signed in to change notification settings

eveerp/rack-eveauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rack-eveauth

This is a prototype of a Rack middleware to create and authenticate users and connect sessions with their EvE Online capsuleers using the IGB.

settings:

  • :mongo_uri => nil (required)

Examples:

require 'rack-eveauth'
Rack::Eveauth.set :mongo_uri, ENV['MONGO_URI']+"_#{ENV['RACK_ENV'] || "development"}"
use Rack::Eveauth

About

Rack middleware to create and authenticate users and connect sessions with their EvE Online capsuleers using the IGB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages