Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactioncommerce/reaction-hydra
OAuth2 token server. Integrated with the Reaction development platform.
https://github.com/reactioncommerce/reaction-hydra
Last synced: about 2 months ago
JSON representation
OAuth2 token server. Integrated with the Reaction development platform.
- Host: GitHub
- URL: https://github.com/reactioncommerce/reaction-hydra
- Owner: reactioncommerce
- License: gpl-3.0
- Created: 2018-09-06T04:56:48.000Z (over 6 years ago)
- Default Branch: trunk
- Last Pushed: 2021-08-24T14:52:31.000Z (over 3 years ago)
- Last Synced: 2024-08-21T09:15:17.957Z (4 months ago)
- Language: Shell
- Size: 96.7 KB
- Stars: 14
- Watchers: 14
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Reaction Commerce uses the [ORY Hydra][hydra] OAuth 2.0 & OpenID Connect
server, for authentication.This project provides a configured Hydra installation using Docker Compose.
Ready for Reaction development.### Part of the Reaction Platform
This application is a part of the Reaction Platform and is designed to work
with other services. You can launch Reaction and its dependencies with a
single command by using the [Reaction Platform][reaction-platform] development
installation.#### [See the Reaction Platform README to get started quickly.][reaction-platform]
[reaction-platform]: https://github.com/reactioncommerce/reaction-platform
## Project Status
This project is supported by Reaction Commerce for local Reaction development.
It is not intended to serve as a template for running Hydra in production.* :white_check_mark: Suitable for local development
* :warning: Contains specific configuration for the Reaction Platform.
* :boom: Not safe for production.## Services
These services will be available when the project is started:
| Service | Description |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **[Hydra Public API][hydra-public-api]**
http://localhost:4444 | Hydra's public API. It can be exposed to the public internet. |
| **[Hydra Admin API][hydra-admin-api]**
http://localhost:4445 | Hydra's administration API. This is unprotected and should not be exposed to the internet without a secure gateway. |
| **[Hydra Token API][hydra-public-api]**
http://localhost:5555 | Service for the Hydra token user. |[hydra-public-api]: http://localhost:4444
[hydra-admin-api]: http://localhost:4445
[hydra-token-api]: http://localhost:5555## License
Copyright © Reaction Commerce
[ory/hydra][hydra] is licensed under
[Apache License 2.0](https://github.com/ory/hydra/blob/master/LICENSE)[hydra]: https://github.com/ory/hydra