Introduction goes here.
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 installFirst 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 rakeCopyright (c) 2017 MagmaLabs, released under the New BSD License