mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2026-02-02 09:25:09 +01:00
doc: README.md, CHANGELOG.md
This commit is contained in:
parent
a8b510a03e
commit
857af52271
4 changed files with 30 additions and 18 deletions
20
README.md
20
README.md
|
|
@ -15,23 +15,9 @@ JWT authorizer Layer for Axum.
|
|||
|
||||
See documentation of the [`jwt-authorizer`](./jwt-authorizer/docs/README.md) module or the [`demo-server`](./demo-server/) example.
|
||||
|
||||
## Development
|
||||
## Development
|
||||
|
||||
### Key generation
|
||||
|
||||
EC (ECDSA) - (algorigthm ES256 - ECDSA using SHA-256)
|
||||
|
||||
curve name: prime256v1 (secp256r1, secp384r1)
|
||||
|
||||
> openssl ecparam -genkey -noout -name prime256v1 | openssl pkcs8 -topk8 -nocrypt -out ec-private.pem
|
||||
|
||||
> openssl ec -in ec-private.pem -pubout -out ec-public-key.pem
|
||||
|
||||
EdDSA (Edwards-curve Digital Signature Algorithm)
|
||||
|
||||
(Ed25519 - implémentation spécifique de EdDSA, utilisant la Courbe d'Edwards tordue)
|
||||
|
||||
> openssl genpkey -algorithm ed25519
|
||||
...
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
@ -39,4 +25,4 @@ Contributions are wellcome!
|
|||
|
||||
## License
|
||||
|
||||
MIT
|
||||
MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue