Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsekhvalnov committed Mar 15, 2024
1 parent 704afb4 commit 24b3a89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ Library is fully FIPS compliant since v2.1
> - `Security.Cryptography.EccKey` to `Jose.keys.EccKey`
> - `Security.Cryptography.RsaKey` to `Jose.keys.RsaKey`
## OS cross compatibility
| .Net version | Windows | Linux | Mac OS | FreeBSD v14 |
| --- | :---: | :---: | :---: | :---: |
| netcoreapp2.1 ||| | |
| netcoreapp3.1 |||| |
| net 8.0 |||||
| net 5.0 |||| |
| net 4.7 || | | |
| net 4.6 || | | |
| net 4.0 || | | |

## Foreword
Originally forked from https://github.com/johnsheehan/jwt . Almost re-written from scratch to support JWT encryption capabilities and unified interface for encoding/decoding/encryption
Expand Down

0 comments on commit 24b3a89

Please sign in to comment.