Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
voltan committed Nov 3, 2024
1 parent 3c700b1 commit 8a8b96a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/JWT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:204
openssl rsa -pubout -in private_key.pem -out public_key.pem
```

3- Update config file
3- Upload files to ture path on service and update global config file, example:
```
'public_key' => $basePath . '/data/keys/public_key.pem',
'private_key' => $basePath . '/data/keys/private_key.pem',
```

0 comments on commit 8a8b96a

Please sign in to comment.