Skip to content

ekohe/wulin_oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WulinOAuth

How to Use

  1. Put ‘gem wulin_oauth’ to your Gemfile:

    gem wulin_oauth
    
  2. Run bundler command to install the gem:

    bundle install
    
  3. After you install wulin_oauth gem, you need run the generator:

    bundle exec rails g wulin_oauth:migration
    

    It will generator db/migrate/<timestamp>_create_users.rb migrate file to your app

    Run with bundle exec rails g for get generator list.

  4. Don’t forget to run the db:migrate rake command:

    bundle exec rake db:migrate
    

Contributing

Jimmy, Xuhao and Maxime Guilbot from Ekohe, inc.

License

WulinOAuth is released under the MIT license.

About

OAuth-based authentication for SSO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published