Mockin-2024 / frontend

0 stars 0 forks source link

auto_login #10

Closed KimHyeokMin0 closed 4 days ago

KimHyeokMin0 commented 5 days ago
KimHyeokMin0 commented 4 days ago

마지막으로 접속한 이메일 정보와 그 이메일의 토큰 정보를 로컬에 저장해두고 두 정보를 사용해 토큰을 검증함. 토큰이 유효하다면 이메일과 토큰을 새롭게 저장하고 정보 등록 화면으로 넘어감. 토큰이 유효하지 않다면 로그인 화면을 띄움.

KimHyeokMin0 commented 4 days ago

"A message on the flutter/lifecycle channel was discarded before it could be handled. This happens when a plugin sends messages to the framework side before the framework has had an opportunity to register a listener. See the ChannelBuffers API documentation for details on how to configure the channel to expect more messages, or to expect messages to get discarded" -> Flutter 앱 실행 중 플러그인이 프레임워크 쪽에서 리스너가 등록되기 전에 메시지를 보낸 경우 발생. 즉, 네이티브 코드와 플러터 프레임워크 간의 통신 채널이 초기화되지 않은 상태에서 플러그인이 메시지를 보내는 상황