OAuth 2.0 user authentication and authorization.
People API is tested against MRI 1.9.3.
$ git clone [email protected]:lelylan/people.git && cd people
$ gem install bundler
$ bundle install
$ foreman start
Docker image: lelylanlab/people
$ docker run -d -it --name people lelylanlab/people
$ docker build --tag=people .
$ docker run -d -it --name people people
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
$ gem install bundler
$ bundle install
$ bundle exec guard
Press enter to execute all specs.
Follow betterspecs.org guidelines.
Follow github guidelines.
Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.
Special thanks to all contributors for submitting patches.
See CHANGELOG
Lelylan is licensed under the Apache License, Version 2.0.