Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JWT
- 스프링부트
- JS
- useState
- TypeScript
- VUE
- Front-End
- 웹개발자
- Node.js
- 리액트
- 타입스크립트
- 큐넷
- 프론트엔드
- JavaScript
- frontend
- 수제비
- 백엔드개발자
- It
- spring boot
- security
- 자바스크립트
- spring
- 백엔드
- 정보처리기사 실기
- Redux
- React
- TS
- Authentication
- 정보처리기사
- spring boot security
Archives
- Today
- Total
목록구글 로그인 (1)
솔적솔적
우선 google api console로 들어가서 프로젝트 만들기 https://console.developers.google.com/apis Google Cloud Platform 하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요. accounts.google.com URL은 http://localhost:8080/login/oauth2/code/google 구글 로그인이 완료가 되면 서버쪽에서 코드를 돌려준다. 우리는 코드를받아 요청을할 때 필요한 것 다른 메모장에 옮겨 적어놓기! 그리고 잠깐 oauth2-client 라이브러리가 등록되어져있는지 확인해보자. pom.xml안에 등록되어있는지 확인. application.yml security: ..
Back-end/Spring Boot Security
2022. 2. 8. 03:20