Solon
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.
- Fork it (https://github.com/danieldevries/solon/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- danieldevries Daniƫl de Vries - creator, maintainer