/solidus_api_auth

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SolidusApiAuth

Introduction goes here.

Installation

Make sure to have the extension solidus_social installed (migrations ran) before adding this one.

Add solidus_api_auth to your Gemfile:

gem 'solidus_api_auth'

Bundle your dependencies and run the installation generator:

bundle install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

Copyright (c) 2017 MagmaLabs, released under the New BSD License