From ab5484b8054caa5d9adc8327d5274602c411397c Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 6 Apr 2018 17:34:04 +0900 Subject: [PATCH] docs: Activating Open Collective (#805) --- README.md | 35 +++++++++++++++++++++++++++++++++-- package.json | 11 +++++++++-- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bc1e73753f..f4c6e3b33a9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Code Docs

Support us on patreon! - + --- ORY Hydra is a hardened OAuth2 and OpenID Connect server optimized for low-latency, high throughput, @@ -25,9 +25,10 @@ able to securely manage JSON Web Keys, and has a sophisticated policy-based acce

Build Status - Coverage Status + Coverage Status Go Report Card CII Best Practices +

--- @@ -259,3 +260,33 @@ Community: * [Creating an oauth2 custom lamda authorizer for use with Amazons (AWS) API Gateway using Hydra](https://blogs.edwardwilde.com/2017/01/12/creating-an-oauth2-custom-lamda-authorizer-for-use-with-amazons-aws-api-gateway-using-hydra/) * Warning, ORY Hydra has changed almost everything since writing this article: [Hydra: Run your own Identity and Access Management service in <5 Minutes](https://blog.gopheracademy.com/advent-2015/hydra-auth/) + +## Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/ory-hydra#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/ory-hydra#sponsor)] + + + + + + + + + + + + + diff --git a/package.json b/package.json index 39518f7c88f..4e417380b70 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,22 @@ "license": "Apache 2.0", "main": "sdk/js/swagger/src/index.js", "scripts": { - "prettier": "prettier --single-quote --parser flow --no-semi --write \"sdk/js/**/*.js\"" + "prettier": "prettier --single-quote --parser flow --no-semi --write \"sdk/js/**/*.js\"", + "postinstall": "opencollective postinstall" }, "browser": { "fs": false }, "dependencies": { + "opencollective": "^1.0.3", "superagent": "3.5.2" }, "devDependencies": { "prettier": "^1.7.4" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/ory-hydra", + "logo": "https://opencollective.com/ory-hydra/logo.txt" } -} +} \ No newline at end of file