amber-auth
Amber authentication is a plugin to Amber that provides a generator.
Installation
- Add the dev dependency to your
shard.yml
in your amber project:
dev-dependencies:
amber
github: amberframework/amber
amber-auth:
github: drujensen/amber-auth
- Run
shards build amber
Usage
Run the generator using amber
that was just built:
bin/amber g auth user
Contributing
- Fork it (https://github.com/drujensen/amber-auth/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
- Dru Jensen - creator and maintainer