Skip to content

Commit 370ff38

Browse files
authored
Merge pull request #75 from lf-/remove-legacy
Remove notes about legacy support
2 parents 392ba43 + 457838a commit 370ff38

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
A JSON Web Token library.
1111

12-
## Usage
13-
14-
Note, for legacy support (not recommended, only supported up until 0.9.0), import from `jwt::legacy` instead
15-
of directly from `jwt`. Everything should work as before, with some small
16-
improvements.
17-
1812
### Only Claims
1913

2014
If you don't care about that header as long as the header is verified, signing

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//! Note, for legacy support (not recommended), import from
2-
//! [`jwt::legacy`](legacy/index.html) instead of directly from `jwt`.
3-
//! Everything should work as before, with some small improvements.
41
//! ### Only Claims
52
//! If you don't care about that header as long as the header is verified, signing
63
//! and verification can be done with just a few traits.

0 commit comments

Comments
 (0)