Sha256: c4975ee2981df89cb8cd7ea41b9383e5ad707a2ddebc96911c460fd2e43a8402

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 KB

Contents

# SoarAuditingProvider

[![Gem Version](https://badge.fury.io/rb/soar_authentication_token.png)](https://badge.fury.io/rb/soar_authentication_token)

This gem provides authentication token generation and validation capability for the SOAR architecture.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'soar_authentication_token'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install soar_authentication_token


## Testing

Run the rspec test tests using docker compose:

    $ docker-compose build
    $ docker-compose run --rm soar-authentication-token

Properly clean up containers afterwards:

    $ docker-compose down

Locally run a subset:

    $ bundle exec rspec -cfd spec/rack_middleware_spec.rb


## Usage



## Detailed example



## Contributing

Bug reports and feature requests are welcome by email to barney dot de dot villiers at hetzner dot co dot za. This gem is sponsored by Hetzner (Pty) Ltd (http://hetzner.co.za)

## Notes



## License

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
soar_authentication_token-2.0.3 README.md
soar_authentication_token-2.0.2 README.md
soar_authentication_token-2.0.1 README.md
soar_authentication_token-2.0.0 README.md
soar_authentication_token-1.0.0 README.md
soar_authentication_token-0.1.0 README.md