An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Social Auth Service API


Node.js Logo  
GitHub

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)