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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,12 @@ Check out http://jwt.io/
14
14
15
15
To use this library in your project you can download it from Maven Central.
16
16
17
-
For Dropwizard 0.7.1 use:
18
-
17
+
For Dropwizard 0.9.1 use:
19
18
```xml
20
19
<dependency>
21
20
<groupId>com.github.toastshaman</groupId>
22
21
<artifactId>dropwizard-auth-jwt</artifactId>
23
-
<version>0.7.1-1</version>
22
+
<version>0.9.1-1</version>
24
23
</dependency>
25
24
```
26
25
@@ -34,6 +33,16 @@ For Dropwizard 0.8.1 use:
34
33
</dependency>
35
34
```
36
35
36
+
For Dropwizard 0.7.1 use:
37
+
38
+
```xml
39
+
<dependency>
40
+
<groupId>com.github.toastshaman</groupId>
41
+
<artifactId>dropwizard-auth-jwt</artifactId>
42
+
<version>0.7.1-1</version>
43
+
</dependency>
44
+
```
45
+
37
46
## Example
38
47
See this [code example](https://github.com/ToastShaman/dropwizard-auth-jwt/tree/master/src/test/java/com/github/toastshaman/dropwizard/auth/jwt/example)
39
48
if you want to use this code your dropwizard application.
0 commit comments