Sha256: 01756e640da64852dd2dd66feec9ca673ad6fd4eecdd535efca49e7b203fe16e

Contents?: true

Size: 547 Bytes

Versions: 11

Compression:

Stored size: 547 Bytes

Contents

# ApiUserAuth
Short description and motivation.

## Usage
How to use my plugin.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'api_user_auth'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install api_user_auth
```

Run rails generator:
```bash
rails generate api_user_auth
# OR
rails g api_user_auth
```


## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
api_user_auth-0.1.9 README.md
api_user_auth-0.1.8 README.md
api_user_auth-0.1.7 README.md
api_user_auth-0.1.6 README.md
api_user_auth-0.1.5 README.md
api_user_auth-0.1.4 README.md
api_user_auth-0.1.2 README.md
api_user_auth-0.1.1 README.md
api_user_auth-0.1.0 README.md
api_user_auth-0.0.14 README.md
api_user_auth-0.0.12 README.md