Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamalsoueidan/js_authorization

Simple user authorization plugin
https://github.com/jamalsoueidan/js_authorization

Last synced: about 2 months ago
JSON representation

Simple user authorization plugin

Awesome Lists containing this project

README

        

JsAuthorization
===============

Simple authorization plugin.

It handle login, signup, forgot_password and of course new_password.

Installation
=======

First get download the plugin itself.

ruby script/plugin install git://github.com/jamalsoueidan/js_authorization.git

Then we use the js_form_builder and js_extension_package for small things.

ruby script/plugin install git://github.com/jamalsoueidan/js_form_builder.git
ruby script/plugin install git://github.com/jamalsoueidan/js_extension_package.git

and last generate the files nessesary to get the plugin to work :)

ruby script/generate js_authorization

Finished ;)

Copyright (c) 2009 Jamal Soueidan, released under the MIT license