Solon Build Status

Authorization through objects in Crystal, designed to work with Amber but can be used in any application.

Currently in alpha.

Installation

Add this to your application's shard.yml:

dependencies:
  solon:
    github: danieldevries/solon

Usage

See getting started.

Contributing

Any suggestions or feature requests are welcome, if you have anything you can create a GitHub issue.

  1. Fork it (https://github.com/danieldevries/solon/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors