Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teliosdev/authsmith
https://github.com/teliosdev/authsmith
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/teliosdev/authsmith
- Owner: teliosdev
- License: mit
- Created: 2015-07-02T20:05:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T20:05:38.000Z (over 9 years ago)
- Last Synced: 2023-03-23T21:40:50.048Z (over 1 year ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.