Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zquestz/authpoint
Starting point for rails 3.1 apps using omniauth
https://github.com/zquestz/authpoint
Last synced: 3 months ago
JSON representation
Starting point for rails 3.1 apps using omniauth
- Host: GitHub
- URL: https://github.com/zquestz/authpoint
- Owner: zquestz
- Created: 2011-07-19T06:31:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T02:10:41.000Z (over 11 years ago)
- Last Synced: 2023-04-09T06:37:02.489Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 2 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
- authpoint -
http://github.com/zquestz/authpointSimple shell for rails 3 using omniauth.
This app uses bundler, and rvm is recommended. By default it uses the 1.9.2@authpoint gemset.
Setup is pretty easy.
* Clone the repo
* Run 'bundle install'
* Edit 'config/database.yml'
* Run 'rake db:create db:migrate db:test:prepare'
* Setup 'config/providers.yml'
* Run the specs and make sure everything passes with 'rake spec'These docs are obviously very rough, more info will be coming soon.
-quest