Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-09 | Placeholder for database config. | Niall Sheridan | |
2016-04-30 | Update readme | Niall Sheridan | |
2016-04-23 | Add config file tests | Niall Sheridan | |
2016-04-23 | Refactor to use an io.Reader for easier testing | Niall Sheridan | |
2016-04-23 | Fix comments | Niall Sheridan | |
2016-04-22 | More go versions | Niall Sheridan | |
2016-04-22 | Fix table formatting | Niall Sheridan | |
2016-04-22 | Update auth provider notes. | Niall Sheridan | |
2016-04-22 | Add github oauth provider. | Niall Sheridan | |
2016-04-22 | Check the error before trying to read the response. | Niall Sheridan | |
2016-04-22 | Merge pull request #1 from olive42/fixtypo | Niall Sheridan | |
Fix typo in comment. | |||
2016-04-22 | Fix typo in comment. | Olivier Tharan | |
2016-04-21 | Fix test | Niall Sheridan | |
2016-04-21 | specify go version | Niall Sheridan | |
2016-04-21 | Add .travis.yml | Niall Sheridan | |
2016-04-21 | Just make ProviderOpts a map[string]string. | Niall Sheridan | |
I have no idea why I made it a map[string]interface{} and it's a pain to deal with. | |||
2016-04-21 | Some small fixes. | Niall Sheridan | |
Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option. | |||
2016-04-21 | use correct config parameter | Niall Sheridan | |
2016-04-21 | Missed some bits | Niall Sheridan | |
2016-04-21 | Add a license | Niall Sheridan | |
2016-04-20 | add comments | Niall Sheridan | |
2016-04-20 | Add comments. | Niall Sheridan | |
2016-04-20 | Be explicit that this is for signing user keys | Niall Sheridan | |
2016-04-20 | update README | Niall Sheridan | |
2016-04-20 | Simplify this a bit | Niall Sheridan | |
2016-04-20 | Update README.md | Niall Sheridan | |
2016-04-20 | dumb tests for the google auth provider | Niall Sheridan | |
2016-04-20 | use a better function name | Niall Sheridan | |
2016-04-20 | dumb tests for the google auth provider | Niall Sheridan | |
2016-04-19 | Add missing testdata | Niall Sheridan | |
2016-04-19 | this serves no purpose | Niall Sheridan | |
2016-04-19 | SSH signer tests | Niall Sheridan | |
2016-04-19 | Merge branch 'master' of github.com:nsheridan/cashier | Niall Sheridan | |
2016-04-19 | Add note on time format | Niall Sheridan | |
2016-04-19 | Words | Niall Sheridan | |
2016-04-19 | Client tests | Niall Sheridan | |
2016-04-19 | Fix links | Niall Sheridan | |
I can never remember how markdown links work. | |||
2016-04-19 | Add a README | Niall Sheridan | |
Include some notes on configuration | |||
2016-04-19 | Set permissions to match ssh-keygen default | Niall Sheridan | |
Add `use_tls` option and another `additional_principal` | |||
2016-04-18 | Initial commit | Niall Sheridan | |