Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davydovanton/hanami-rodauth
This repository is no longer maintain: Roudauth wrapper for hanami apps
https://github.com/davydovanton/hanami-rodauth
Last synced: about 2 months ago
JSON representation
This repository is no longer maintain: Roudauth wrapper for hanami apps
- Host: GitHub
- URL: https://github.com/davydovanton/hanami-rodauth
- Owner: davydovanton
- License: mit
- Created: 2016-04-22T09:48:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T10:15:21.000Z (over 5 years ago)
- Last Synced: 2024-04-25T21:45:59.652Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hanami - hanami-rodauth - Rodauth wrapper for hanami apps (Hanami Gem List / Authentication and OAuth)
README
# Hanami::Rodauth
**This repository is no longer maintain**
Simple integration rodauth gem and hanami application.
## Installation
Add this line to your application's Gemfile:```ruby
gem 'hanami-rodauth'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install hanami-rodauth
## Usage
Execute:$ bundle exec hanami g auth
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/davydovanton/hanami-rodauth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).