Logto-based auth engine for https://yiff.space and related projects. Extracted from the yiffspace gem, which this gem depends on.
Add this line to your application's Gemfile:
gem "yiffspace-auth"And then execute:
$ bundle installThis gem depends on yiffspace via git
(see the Gemfile). To develop against a local checkout of that repo instead
of the pushed master branch, point Bundler at it with a local override:
$ bundle config set local.yiffspace ../GemThis is stored in .bundle/config (gitignored) and doesn't touch the
Gemfile/Gemfile.lock, so it only affects your machine. Remove it with
bundle config unset local.yiffspace to go back to the pushed branch.
Go away
The gem is available as open source under the terms of the MIT License.