[Mia] Implementation of Google Calendar API access utilizing Auth Code and Refresh Token (Go and Flutter)
To manage access to the Google Calendar API more securely and efficiently, instead of using access tokens directly on the app side, we have changed the mechanism to send an authentication code (Auth Code) to the backend, generate and store a refresh token, and use that refresh token to access the Changed to a mechanism to access Google Calendar API.