본문 바로가기
개발/Flutter web

flutter web kakao login 하기

by dev_caleb 2022. 10. 24.
728x90

https://www.youtube.com/watch?v=ybkiK7bAoNc 

https://gist.github.com/doyle-flutter/39f3e2189cec8baba5c22c42d09e32a0

 

Flutter WEB Kakao Login Example

Flutter WEB Kakao Login Example. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

=> 유튜브에 나오는 깃허브 주소

 

 

https://devhaks.github.io/2019/05/31/oauth2/

 

카카오 로그인 연동을 통한 OAuth2 이해하기

OAuth2 를 이해하기 위해 카카오 로그인 연동을 통해 설명합니다.

devhaks.github.io

 

https://www.youtube.com/watch?v=bVhfEZZ9AKQ&t=6s 

https://sudarlife.tistory.com/entry/flutter-firebase-auth-플러터-파이어베이스-로그인-연동-카카오-로그인-part-7

 

[flutter + firebase auth] 플러터 + 파이어베이스 로그인 연동 <카카오 로그인> part-7

안녕하세요 개발하는 남자 개남입니다. 오늘은 파이어 베이스로 카카오 로그인을 연동하는 포스팅을 진행하겠습니다. 혹시 Glitch 서버와 Firebase Admin이 세팅이 되시지 않았다면 이전 포스팅들을

sudarlife.tistory.com

https://github.com/FirebaseExtended/custom-auth-samples/tree/master/kakao

 

GitHub - FirebaseExtended/custom-auth-samples: Samples showcasing how to sign in Firebase using additional Identity Providers

Samples showcasing how to sign in Firebase using additional Identity Providers - GitHub - FirebaseExtended/custom-auth-samples: Samples showcasing how to sign in Firebase using additional Identity ...

github.com

 

 

https://github.com/LinusU/flutter_web_auth/issues/16

 

Flutter Web is not supported · Issue #16 · LinusU/flutter_web_auth

Hello, As you have mentioned in your plugin that web is supported but when I tried using the login in the web it is not working at all, kindly let me know is there any special steps which I need to...

github.com

flutter_web_auth 는 web 은 support 하지 않는 것이었다?!

 

 

그러던 중 나와 같은 고통 겪는 사람 발견 https://github.com/flutter/flutter/issues/69040

 

Flutter web : Allow to add event listener on other windows · Issue #69040 · flutter/flutter

Hello, Use case On Flutter web, I would like to login with Twitter. To do that, I need to access a verify page and check if the url was changed in order to catch the oauth_verifier variable. On Flu...

github.com

거기서 해결책 발견

https://github.com/TesteurManiak/flutter_web_twitch_auth/blob/use-external-win/lib/main.dart

 

마지막 트위치 방법으로 문제해결.. 

728x90

'개발 > Flutter web' 카테고리의 다른 글

flutter web scroll issue  (0) 2022.10.26
tooltip widget  (0) 2022.10.26
flutter web firebase image error  (0) 2022.10.23
flutter web firebase image error  (0) 2022.10.23
flutter web 오류 Platform._operatingSystem  (0) 2022.10.22