people

OAuth 2.0 user authentication and authorization.

3
5
Ruby

People API

OAuth 2.0 user authentication and authorization.

Requirements

People API is tested against MRI 1.9.3.

Installation

$ git clone [email protected]:lelylan/people.git && cd people
$ gem install bundler
$ bundle install
$ foreman start

Install with docker

Badges

Docker image: lelylanlab/people

Use docker hub image

$ docker run -d -it --name people lelylanlab/people

Generate local image

$ docker build --tag=people .
$ docker run -d -it --name people people

Resources

Contributing

Fork the repo on github and send a pull requests with topic branches.
Do not forget to provide specs to your contribution.

Running specs

$ gem install bundler
$ bundle install
$ bundle exec guard

Press enter to execute all specs.

Spec guidelines

Follow betterspecs.org guidelines.

Coding guidelines

Follow github guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions.
Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors
for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.