login with google

This commit is contained in:
Mac mini
2026-03-31 15:52:41 +07:00
parent 23fd45bda2
commit 59f64bc6a0
4 changed files with 38 additions and 19 deletions

3
api.ts
View File

@@ -9,6 +9,7 @@ export const API = {
SIGNIN: `${API_URL_ROOT}/auth/signin`,
CREATEOTP: `${API_URL_ROOT}/auth/token/create`,
VERIFYOTP: `${API_URL_ROOT}/auth/token/verify`,
REFRESH: `${API_URL_ROOT}/auth/refresh`
REFRESH: `${API_URL_ROOT}/auth/refresh`,
GOOGLE_LOGIN: `${API_URL_ROOT}/auth/google/login`
}
}