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
- Host: GitHub
- URL: https://github.com/aktech/oauth2proxy-nginx
- Owner: aktech
- Created: 2020-05-20T15:48:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T15:48:52.000Z (about 6 years ago)
- Last Synced: 2025-04-03T22:14:14.304Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```