pineauth
Version, currently master branch1 version
- master branchlatestMar 26, 2018
github.com/c910335/pineauth
OAuth 2 Provider built with Amber
6 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
pineauth:
github: c910335/pineauth
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.24.2- License
- MIT
- Author
- Tatsiujin Chin <c910335@gmail.com>
- Targets
amberfrom lib/amber/src/amber/cli.crpineauthfrom src/pineauth.cr
Dependencies
Runtime Dependencies
- pg~> 0.14.1github: will/crystal-pg
- amber~> 0.6.7github: amberframework/amber
- crinder~> 0.1.3github: c910335/crinder
- granite_orm~> 0.8.2github: amberframework/granite-orm
- quartz_mailer~> 0.5.0github: amberframework/quartz-mailer
- jasper_helpers~> 0.1.6github: amberframework/jasper-helpers
Development Dependencies
- garnet_spec~> 0.1.1github: amberframework/garnet-specdev
README
# pineauth [](https://github.com/c910335/pineauth) OAuth 2 Provider built with [Amber](https://github.com/amberframework/amber) ## Installation Create a pg database called `pineauth_development` and configure the `config/database.yml` to provide the credentials to access the table. Then: ```shellsession $ shards update $ amber migrate up ``` ## Usage To run the demo: ```shellsession $ crystal build src/pineauth.cr $ ./pineauth ``` ## Docker Compose This will start an instance of postgres, migrate the database, and launch the site at http://localhost:3000 ```shellsession $ docker-compose up -d ``` To view the logs: ```shellsession $ docker-compose logs -f ``` Note: The Docker images are compatible with Heroku. ## Contributing 1. Fork it ( https://github.com/c910335/pineauth/fork ) 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 - [c910335](https://github.com/c910335) Tatsujin Chin - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Mar 26, 2018
- Crystal
0.24.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/c910335/pineauth
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1