https://github.com/therealpad/authapp
App to connect with Google
https://github.com/therealpad/authapp
Last synced: about 1 month ago
JSON representation
App to connect with Google
- Host: GitHub
- URL: https://github.com/therealpad/authapp
- Owner: TheRealPad
- Created: 2024-02-11T02:31:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T02:11:13.000Z (over 2 years ago)
- Last Synced: 2025-03-06T12:50:19.473Z (about 1 year ago)
- Language: TypeScript
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthApp
application to connect with your google account
## Env
```bash
"""""
.env
"""""
API_PORT= #8080
CLIENT_PORT= #3000
GOOGLE_CLIENT_ID=
```
## Google Client Id
[Doc developers](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid?hl=fr)
## Api
### Routes
```
POST {api_url}/google -> retrieve user informations (picture, email, given_name, family_name) from it google access token
body: {
"google_id": string
}
```