Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 0b1f312

Browse files
WIP [skip ci]
1 parent 427443b commit 0b1f312

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# JWT Authentication Bundle
2+
3+
![unit tests](https://github.com/php-istio/jwt-authentication-bundle/actions/workflows/unit-tests.yml/badge.svg)
4+
![coding standards](https://github.com/php-istio/jwt-authentication-bundle/actions/workflows/coding-standards.yml/badge.svg)
5+
[![codecov](https://codecov.io/gh/php-istio/jwt-authentication-bundle/branch/main/graph/badge.svg?token=ZVD9RJBHY3)](https://codecov.io/gh/php-istio/jwt-authentication-bundle)
6+
[![Latest Stable Version](http://poser.pugx.org/php-istio/jwt-authentication-bundle/v)](https://packagist.org/packages/php-istio/jwt-authentication-bundle)
7+
8+
## About
9+
10+
This bundle provides JWT authentication for request forwarded by Istio sidecar.
11+
12+
> To use this bundle, ensure your application container had injected Istio sidecar and Istio [RequestAuthentication](https://istio.io/latest/docs/reference/config/security/request_authentication/) CRD had configured, if not your application **IS NOT SECURE**.
13+
14+
## Requirements
15+
16+
PHP versions:
17+
18+
+ PHP 8.0
19+
20+
Symfony versions:
21+
22+
+ Symfony 5.3
23+
24+
## Installation
25+
26+
```shell
27+
composer require php-istio/jwt-authentication-bundle
28+
```
29+
30+
## Document
31+
32+
33+
34+
## Credits
35+
36+
+ [Minh Vuong](https://github.com/vuongxuongminh)

0 commit comments

Comments
 (0)