https://github.com/evertonpavan/social-auth-service-api
The social-auth-service-api is an service example for authentication with social media accounts using the OAuth 2.0 API and Passport strategy with package passport-google-oauth20.
https://github.com/evertonpavan/social-auth-service-api
google javascript nodejs oauth2 passport
Last synced: 2 months ago
JSON representation
The social-auth-service-api is an service example for authentication with social media accounts using the OAuth 2.0 API and Passport strategy with package passport-google-oauth20.
- Host: GitHub
- URL: https://github.com/evertonpavan/social-auth-service-api
- Owner: evertonpavan
- License: mit
- Created: 2021-06-29T14:03:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T15:57:07.000Z (almost 5 years ago)
- Last Synced: 2026-01-01T16:33:32.616Z (6 months ago)
- Topics: google, javascript, nodejs, oauth2, passport
- Language: EJS
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Social Auth Service API
The social-auth-service-api is an service example for authentication with social media accounts using the OAuth 2.0 API and [Passport](http://passportjs.org/) strategy with package [passport-google-oauth20](https://www.npmjs.com/package/passport-google-oauth20).
#### Accounts include:
* Google
---
## Running locally
Clone the repository:
```sh
https://github.com/evertonpavan/social-auth-service-api
```
Rename env-example file to .env, and change data.
Build docker image:
```sh
docker build -t social-auth-service-api .
```
Start your container using the docker run:
```sh
docker container run -d --name social-auth-service-api -p 1120:1120 social-auth-service-api
```
---
### Author
[Everton Pavan](https://github.com/evertonpavan)