0.0
The project is in a healthy, maintained state
Logto-based auth engine for https://yiff.space and related projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 0.24
>= 0.2.0
>= 7.1
>= 0.1.0
>= 2.6
 Project Readme

YiffSpace::Auth

Logto-based auth engine for https://yiff.space and related projects. Extracted from the yiffspace gem, which this gem depends on.

Installation

Add this line to your application's Gemfile:

gem "yiffspace-auth"

And then execute:

$ bundle install

Development

This 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 ../Gem

This 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.

Contributing

Go away

License

The gem is available as open source under the terms of the MIT License.