Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drujensen/amber-auth

Amber Extension - Authentication generators
https://github.com/drujensen/amber-auth

Last synced: 10 days ago
JSON representation

Amber Extension - Authentication generators

Awesome Lists containing this project

README

        

# amber-auth

Amber authentication is a plugin to Amber that provides a generator.

## Installation

1. Add the dev dependency to your `shard.yml` in your amber project:
```yaml
dev-dependencies:
amber
github: amberframework/amber

amber-auth:
github: drujensen/amber-auth
```

2. Run `shards build amber`

## Usage

Run the generator using `amber` that was just built:
```bash
bin/amber g auth user
```

## Contributing

1. Fork it ()
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

- [Dru Jensen](https://github.com/drujensen) - creator and maintainer