File tree Expand file tree Collapse file tree 3 files changed +11
-25
lines changed Expand file tree Collapse file tree 3 files changed +11
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# kotlin-spring-boot-rest-jpa-jwt-starter
2
2
3
- [ ![ Build Status] ( https://api.travis-ci.com/osahner/kotlin-spring-boot-rest-jpa-jwt-starter.svg?branch=main )] ( https://app.travis-ci.com/github/osahner/kotlin-spring-boot-rest-jpa-jwt-starter )
4
- [ ![ codecov] ( https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/main /graph/badge.svg )] ( https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/main / )
3
+ [ ![ Build Status] ( https://api.travis-ci.com/osahner/kotlin-spring-boot-rest-jpa-jwt-starter.svg?branch=develop )] ( https://app.travis-ci.com/github/osahner/kotlin-spring-boot-rest-jpa-jwt-starter )
4
+ [ ![ codecov] ( https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/develop /graph/badge.svg )] ( https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/develop / )
5
5
6
6
7
7
** Features** :
8
8
* spring-boot 3.0.x
9
- * kotlin 1.7 .x
9
+ * kotlin 1.8 .x
10
10
* JWT Authentication/Authorization with spring-security [ inspired by Auth0] ( https://auth0.com/blog/implementing-jwt-authentication-on-spring-boot/ )
11
+ * 2FA with TOTP (Google Authenticator)
11
12
* JPA mysql / OpenCVS / POI
12
- * Travis CI / codecov
13
13
14
14
### Install & play
15
15
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >osahner</groupId >
13
13
<artifactId >kotlin-spring-boot-rest-jpa-jwt-starter</artifactId >
14
- <version >0.9.2 -SNAPSHOT</version >
14
+ <version >0.10.0 -SNAPSHOT</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<name >kotlin spring-boot 2 rest/jpa/jwt starter</name >
73
73
<version >${kotlin.version} </version >
74
74
</dependency >
75
75
76
- <dependency >
77
- <groupId >org.jboss.aerogear</groupId >
78
- <artifactId >aerogear-otp-java</artifactId >
79
- <version >${aerogear-otp-java.version} </version >
80
- </dependency >
81
-
82
76
<dependency >
83
77
<groupId >io.jsonwebtoken</groupId >
84
78
<artifactId >jjwt-api</artifactId >
97
91
<scope >runtime</scope >
98
92
</dependency >
99
93
94
+ <dependency >
95
+ <groupId >org.jboss.aerogear</groupId >
96
+ <artifactId >aerogear-otp-java</artifactId >
97
+ <version >${aerogear-otp-java.version} </version >
98
+ </dependency >
99
+
100
100
<dependency >
101
101
<groupId >com.fasterxml.jackson.module</groupId >
102
102
<artifactId >jackson-module-kotlin</artifactId >
You can’t perform that action at this time.
0 commit comments