We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eb117 commit 7a2b568Copy full SHA for 7a2b568
README.md
@@ -10,6 +10,14 @@
10
<version>3.0.0</version>
11
</dependency>
12
```
13
+For v2, using the database tables from Spring Security 5 (only the database tables; follow the dependencies as above):
14
+```xml
15
+<dependency>
16
+ <groupId>io.github.patternknife.securityhelper.oauth2.api</groupId>
17
+ <artifactId>spring-security-oauth2-password-jpa-implementation</artifactId>
18
+ <version>2.8.2</version>
19
+</dependency>
20
+```
21
22
## Overview
23
0 commit comments