Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teliosdev/authsmith


https://github.com/teliosdev/authsmith

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Authsmith

Handles authentication for your app.

There are a few components to Authsmith:

- A **System** is an authentication strategy, like OAuth or
OpenID.
- An **Integrator** integrates it with your app, like Rails or Rack.

## Installation

You'll most likely want to install it from your Gemfile, like so:

gem "authsmith"

## Usage

Todo.