Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drujensen/amber-auth
- Owner: drujensen
- License: mit
- Created: 2019-01-01T17:01:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T17:18:48.000Z (almost 6 years ago)
- Last Synced: 2024-10-25T01:36:06.038Z (about 2 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/amberamber-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