Skip to content

Commit b89faca

Browse files
committed
Package names update in readme.
1 parent 55e38da commit b89faca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Dummy implementation without connectivity to any platform services. Can be used
208208
Real SDK implementation that takes care of decrypting the token, fetching the user profile from Yoti servers by issuing a signed request and finally decrypting the fetched profile.
209209
### yoti-sdk-spring-boot-auto-config
210210
A module that can be used in Spring Boot applications to automatically configure the YotiClient and KeyPairSource with standard application properties.
211-
### java-sdk-spring-security
211+
### yoti-sdk-spring-security
212212
A module that can be used in Spring applications that use Spring Security to add Yoti authentication.
213213

214214
## Spring Boot Auto Configuration
@@ -219,7 +219,7 @@ For more information and to see an example of this in use take a look at the Spr
219219

220220
## Spring Security Integration
221221

222-
If you use Spring Security you can use the `java-sdk-spring-security` module to make integration easier. You are provided with some classes that fit into Spring Security's existing authentication model.
222+
If you use Spring Security you can use the `yoti-sdk-spring-security` module to make integration easier. You are provided with some classes that fit into Spring Security's existing authentication model.
223223

224224
Combining this with the Spring Boot Auto Configuration can make integration very easy with very little code needing to be written.
225225

0 commit comments

Comments
 (0)