Revize deb64a56
Přidáno uživatelem Jakub Danek před více než 5 roky(ů)
server/pom.xml | ||
---|---|---|
29 | 29 |
<artifactId>spring-boot-starter-security</artifactId> |
30 | 30 |
</dependency> |
31 | 31 |
|
32 |
<dependency> |
|
33 |
<groupId>org.springframework.security</groupId> |
|
34 |
<artifactId>spring-security-oauth2-client</artifactId> |
|
35 |
</dependency> |
|
36 |
<dependency> |
|
37 |
<groupId>org.springframework.security</groupId> |
|
38 |
<artifactId>spring-security-oauth2-jose</artifactId> |
|
39 |
</dependency> |
|
40 |
|
|
32 | 41 |
<dependency> |
33 | 42 |
<groupId>org.apache.commons</groupId> |
34 | 43 |
<artifactId>commons-lang3</artifactId> |
Také k dispozici: Unified diff
re #29 backend implementation of Google OAuth2 authentication
Includes new user registration.