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

https://github.com/aktech/oauth2proxy-nginx

OAuth2Proxy with Nginx
https://github.com/aktech/oauth2proxy-nginx

Last synced: 5 months ago
JSON representation

OAuth2Proxy with Nginx

Awesome Lists containing this project

README

          

# OAuth2Proxy-Nginx

OAuth2Proxy running with nginx
https://oauth2-proxy.github.io/oauth2-proxy/

## Prerequisite

Create a Google OAuth client and fill in the client_id and client_secret
in OAUTH2_ID, OAUTH2_SECRET in `.env` respectively. In Authorized redirect URIs
write: http://localhost/oauth2/callback

## Installation and Setup

* Install Docker and `docker-compose` and run the following command.

```bash
docker-compose up
```