clevaway / bond

Send your loved ones a vibe with a lovely sound, so they know you miss them. Anytime you want to, anywhere they are.
https://bond-nu.vercel.app
MIT License
32 stars 14 forks source link

Auth workflow for user #74

Closed FotieMConstant closed 3 years ago

FotieMConstant commented 3 years ago

After the google auth;

param to pass as object in request

{
"uid": "uid from google auth",
"name": "name from google auth",
"username": "send random username from 'name'",
"photo": "profileURL from google auth",
"email": "email from google auth"
}
FotieMConstant commented 3 years ago

Please, any issue with this? or something we can do better? just leave a comment below!