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 |
Tags
- Node.js
- 스프링부트
- 정보처리기사 실기
- 백엔드
- Authentication
- VUE
- React
- JS
- 큐넷
- 수제비
- security
- JavaScript
- 리액트
- TypeScript
- Redux
- spring boot
- spring boot security
- frontend
- useState
- 타입스크립트
- 백엔드개발자
- Front-End
- 자바스크립트
- 정보처리기사
- 프론트엔드
- JWT
- It
- TS
- spring
- 웹개발자
Archives
- Today
- Total
목록2022/02/08 (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