Skip to content

Commit

Permalink
fix: links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik1000 committed Jan 31, 2025
1 parent e5bea9f commit 9a7af21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**JOSE** -- JSON Object Signing and Encryption
# **JOSE**: JSON Object Signing and Encryption

JOSE is mostly known for so called [`Jwt`]. Jwt stands for [`JsonWebToken`]
and is actually only a subset of the whole JOSE specifications.
Expand Down Expand Up @@ -138,6 +138,13 @@ This crate implements various RFCs related to JOSE:
[RFC 7516]: <https://datatracker.ietf.org/doc/html/rfc7516>
[RFC 7515]: <https://datatracker.ietf.org/doc/html/rfc7515>

[`Jwt`]: <https://docs.rs/jose/latest/jose/type.Jwt.html>
[`JsonWebToken`]: <https://docs.rs/jose/latest/jose/type.JsonWebToken.html>
[`JsonWebKey`]: <https://docs.rs/jose/latest/jose/struct.JsonWebKey.html>
[`String`]: <https://doc.rust-lang.org/nightly/std/string/struct.String.html>



## License

Licensed under either of
Expand Down

0 comments on commit 9a7af21

Please sign in to comment.