Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamalsoueidan/js_authorization
- Owner: jamalsoueidan
- License: mit
- Created: 2009-09-09T09:50:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-11T16:54:22.000Z (over 15 years ago)
- Last Synced: 2023-03-10T19:29:46.514Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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.gitand 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