-
```js
const { ReactClient, ReactionType } = require('kakao-react');
const client = ReactClient.create({
accessToken: '',
deviceUUID: ''
})
```
ReactClient 클래스의 인스턴스를 생성할 때 들어가는 `aut…
-
-
- [x] 로그인 페이지를 제공하는 메서드
- [x] access token을 제공받기 위해 로그인 전용 메서드
- [x] access token을 바탕으로 유저 정보를 받아오는 메서드
-
Since I found that storycraft's build doesn't work because Kakao dropped support of the version it was mocking, I was able to make it functional again by simply changing client's version to win32 3.4.…
-
Tools
-
[Kakao Developers](https://developers.kakao.com/) 접속
구글 계정으로 로그인(패스워드는 모바일 메모장에서 확인)
(1) 애플리케이션 추가하기
![image](https://github.com/eunja511005/AutoCoding/assets/118089135/a79837c2-582a-4427-99cc-…
-
React에서 Kakao 로그인 이슈 발생!
```
const kakaoApiKey = "ef7c392eab30902039c2e6e68c1fd356"
const redirect_uri = "http://localhost:3000/signin"
const kakaoURL = `
https://kauth.kakao.com/oauth…
-
**Lists in use:**
- [ ] mini
- [ ] Lite
- [x] Pro
- [ ] Xtra
**Client:**
Rethink DNS + Firewall
**Domains:**
```
daumcdn.net
t1.daumcdn.net
```
**Details:**
Pixel-based trac…
-
## ⭐ OAuth2.0에 맞는 Flow 변경 및 인증(Authentication) 과정 Filter단 처리 제안
### 1. OAuth2.0 표준 스펙에 맞게 Flow 변경 제안
[OAuth2.0 공식문서 Flow](https://datatracker.ietf.org/doc/html/rfc6749#section-1.2)에서 확인할 수 있듯, C…
-
## 기본적인 스펙
- 기본적인 Http 모듈에 대한 적용 필요.
= ACE Reactor를 적용?, 이건 추후 생각
- Proxy 개념 필요
= Line, Kakao 등 다양한 메신저에 적용 가능한 Common한 형태로 적용
= 각각 포맷이 다르기 때문에 확인할 필요가 있음.
- Client -> Server(Client) -> Client …