You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ Yes, here you are:
36
36
37
37
### Credits
38
38
39
-
Most of the code have been written by Luis Faja <https://bitbucket.org/lluisfaja/javajwt>. We just wrapped it on a nicer interface and published it to maven. We'll be adding support for signing and other algorithms in the future.
39
+
Most of the code have been written by Luis Faja <https://bitbucket.org/lluisfaja/javajwt>. We just wrapped it in a nicer interface and published it to Maven Central. We'll be adding support for signing and other algorithms in the future.
40
40
41
41
### FAQ
42
42
43
43
44
44
#### Why another JSON Web Token implementation for Java?
45
-
We think that current JWT implementations are either too complex or not enough tested. We want something simple with the right number of abstractions.
45
+
We think that current JWT implementations are either too complex or not tested enough. We want something simple with the right number of abstractions.
0 commit comments