Skip to content

Commit

Permalink
docs: update github templates (#1795)
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <aeneas@ory.sh>
  • Loading branch information
aeneasr committed Apr 12, 2020
1 parent e935921 commit ddbad66
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 1,334 deletions.
Binary file removed .github/images/abstract_flow.png
Binary file not shown.
Binary file removed .github/images/banner_hydra.png
Binary file not shown.
563 changes: 0 additions & 563 deletions .github/images/consent-flow.svg

This file was deleted.

769 changes: 0 additions & 769 deletions .github/images/consent-state.svg

This file was deleted.

Binary file removed .github/images/consent.png
Binary file not shown.
Binary file removed .github/images/google.png
Binary file not shown.
Binary file removed .github/images/google2.png
Binary file not shown.
Binary file removed .github/images/hydra-arch-warden.png
Binary file not shown.
Binary file removed .github/images/hydra-authentication.gif
Binary file not shown.
Binary file removed .github/images/install-result.png
Binary file not shown.
Binary file removed .github/images/login-success-a.gif
Binary file not shown.
Binary file removed .github/images/logo-essential.png
Binary file not shown.
Binary file removed .github/images/logo.png
Binary file not shown.
Binary file removed .github/images/oauth2-flow.gif
Binary file not shown.
Binary file removed .github/images/oidc-cert.png
Binary file not shown.
Binary file removed .github/images/run-the-example.gif
Binary file not shown.
Binary file removed .github/images/sec-console.png
Binary file not shown.
Binary file removed .github/images/social-login-example.jpg
Binary file not shown.
Binary file removed .github/images/social-login-example.png
Binary file not shown.
Binary file removed .github/images/social-login.png
Binary file not shown.
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Contributing Code](#contributing-code)
- [Disclosing vulnerabilities](#disclosing-vulnerabilities)
- [Code Style](#code-style)
- [Documentation](#documentation)
- [Pull request procedure](#pull-request-procedure)
- [Communication](#communication)
- [Conduct](#conduct)
Expand Down Expand Up @@ -55,14 +56,22 @@ should be merged by the submitter after review.

## Disclosing vulnerabilities

Please disclose vulnerabilities exclusively to [hi@ory.am](mailto:hi@ory.am). Do
Please disclose vulnerabilities exclusively to [security@ory.sh](mailto:security@ory.sh). Do
not use GitHub issues.

## Code Style

Please follow these guidelines when formatting source code:

- Go code should match the output of `gofmt -s`
- Go code should match the output of `gofmt -s` and pass `golangci-lint run`.
- NodeJS and JavaScript code should be prettified using `npm run format` where appropriate.

## Documentation

Please provide documentation when changing, removing, or adding features. Documentation
resides in the project's [docs](docs) folder. Some documents are generated using `npm run gen`.

More information on the docs pipeline can be found in [docs/README.md](docs/README.md).

## Pull request procedure

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ TheCrealm.




### OAuth2 and OpenID Connect: Open Standards!

ORY Hydra implements Open Standards set by the IETF:
Expand Down Expand Up @@ -321,6 +322,7 @@ to perform a certain action on a resource.




## Security

*Why should I use ORY Hydra? It's not that hard to implement two OAuth2 endpoints and there are numerous SDKs out there!*
Expand Down

0 comments on commit ddbad66

Please sign in to comment.