This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit c5084ff69511fc141a32c56b00282569cd96aae2
tree fe0ee292fe94c8e7b9ad5647a313a3c500a358ad
parent a4ff13e66f61e3916afa16125fb28b87c76513b7
tree fe0ee292fe94c8e7b9ad5647a313a3c500a358ad
parent a4ff13e66f61e3916afa16125fb28b87c76513b7
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
merbful-auth-ar/ | ||
| |
merbful-auth-dm/ | ||
| |
merbful-auth-sequel/ | ||
| |
merbful-auth/ |
README
Merbful Authentication ============================================================================ Provides authentication for merb applications via slices. To use simply name the base slice for controller and view functionality in init.rb: Usage: ============================================================================ dependency "merbful-auth" # controllers and views Next name a dependency for the ORM of your choice from among: dependency "merbful-auth-dm" # DataMapper Models dependency "merbful-auth-sequel" # Sequel Models dependency "merbful-auth-ar" # ActiveRecord Models Requirements: ============================================================================ merb-core >= 0.9.4 merb_datamapper || merb_activerecord || merb_sequel License: ============================================================================ Merbful Authentication is released under the MIT license.









