Merge pull request #2 from banjjoknim/spring-security-10

Spring Security 예제 코드 설정 파일 일부 변경
This commit is contained in:
Colt
2022-03-06 03:23:44 +09:00
committed by GitHub

View File

@@ -6,6 +6,13 @@ spring:
google:
client-id: my-google-client-id
client-secret: my-google-client-secret
scope:
- email
- profile
facebook:
client-id: my-facebook-client-id
client-secret: my-facebook-client-secret
scope:
- email
- public_profile