https://github.com/isuke/hanami_ominioauth_sample
https://github.com/isuke/hanami_ominioauth_sample
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isuke/hanami_ominioauth_sample
- Owner: isuke
- Created: 2018-01-02T17:07:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T17:07:40.000Z (over 8 years ago)
- Last Synced: 2025-03-31T01:27:48.214Z (about 1 year ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanami Ominioauth Sample
See: [HanamiでGoogle OAuthを使った認証を実装しよう](https://qiita.com/isuke/items/efe9ad42559e93d8b795)
## Setup
```
% bundle exec hanami db prepare
% bundle exec hanami server
```