|
1 | 1 | PHP JOSE Application
|
2 |
| -================== |
| 2 | +==================== |
3 | 3 |
|
4 | 4 | # Documentation
|
5 | 5 |
|
6 | 6 | The official documentation is available as https://web-token.spomky-labs.com/
|
7 | 7 |
|
8 | 8 | # Installation
|
9 | 9 |
|
10 |
| -```sh |
11 |
| -curl -OL https://github.com/web-token/jwt-app/raw/gh-pages/jose.phar |
12 |
| -curl -OL https://github.com/web-token/jwt-app/raw/gh-pages/jose.phar.pubkey |
13 |
| -``` |
| 10 | +You just have to download the PHAR file attached to [the release you want](https://github.com/web-token/jwt-app/releases) to use. |
14 | 11 |
|
15 |
| -If everything is fine, you should have two files: |
| 12 | +You may need to set the file as executable: |
16 | 13 |
|
17 |
| -* jose.phar |
18 |
| -* jose.phar.pubkey |
| 14 | +```sh |
| 15 | +chmod +x jose.phar |
| 16 | +``` |
19 | 17 |
|
20 |
| -You can move these files wherever you want (e.g. /usr/local/bin). |
| 18 | +You can distribute the file in your project or use it locally (e.g. /usr/local/bin). |
21 | 19 |
|
22 | 20 | # Support
|
23 | 21 |
|
24 | 22 | I bring solutions to your problems and answer your questions.
|
25 | 23 |
|
26 |
| -If you really love that project and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more! |
| 24 | +If you really love that project, and the work I have done or if you want I prioritize your issues, then you can help me out for a couple of :beers: or more! |
| 25 | + |
| 26 | +[Become a sponsor](https://github.com/sponsors/Spomky) |
| 27 | + |
| 28 | +Or |
27 | 29 |
|
28 | 30 | [](https://www.patreon.com/FlorentMorselli)
|
29 | 31 |
|
30 | 32 | # Contributing
|
31 | 33 |
|
32 |
| -Requests for new features, bug fixed and all other ideas to make this framework useful are welcome. |
33 |
| -If you feel comfortable writing code, you could try to fix [opened issues where help is wanted](https://github.com/Spomky-Labs/jose/labels/help+wanted) or [those that are easy to fix](https://github.com/Spomky-Labs/jose/labels/easy-pick). |
34 |
| - |
35 |
| -Do not forget to [follow these best practices](.github/CONTRIBUTING.md). |
| 34 | +Requests for new features, bug fixed and all other ideas to make this library useful are welcome. [Please follow these best practices](doc/Contributing.md). |
36 | 35 |
|
37 |
| -**If you think you have found a security issue, DO NOT open an issue**. You should submit your issue here. |
| 36 | +If you discover a security vulnerability within the project, please **don't use the bug tracker and don't publish it publicly**. |
| 37 | +Instead, all security issues must be sent to security [at] spomky-labs.com. |
38 | 38 |
|
39 | 39 | # Licence
|
40 | 40 |
|
|
0 commit comments