https://github.com/sunuazizrahayu/krakend-api-gateway-example
Simple API Gateway with KrakenD
https://github.com/sunuazizrahayu/krakend-api-gateway-example
api-gateway krakend krakend-ce
Last synced: 7 months ago
JSON representation
Simple API Gateway with KrakenD
- Host: GitHub
- URL: https://github.com/sunuazizrahayu/krakend-api-gateway-example
- Owner: sunuazizrahayu
- Created: 2021-04-02T06:31:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T15:14:07.000Z (about 3 years ago)
- Last Synced: 2025-02-02T17:25:37.257Z (8 months ago)
- Topics: api-gateway, krakend, krakend-ce
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple KrakenD API Gateway
This is simple example how to use KrakenD API Gateway
---
Generate jwk key with
```
echo -n 'secret' | openssl base64
```