21 lines
845 B
Markdown
21 lines
845 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Home
|
||
|
permalink: /
|
||
|
nav_order: 1
|
||
|
---
|
||
|
|
||
|
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others)
|
||
|
to validate accounts by email, domain or group.
|
||
|
|
||
|
**Note:** This repository was forked from [bitly/OAuth2_Proxy][bitly] on 27/11/2018.
|
||
|
Versions v3.0.0 and up are from this fork and will have diverged from any changes in the original fork.
|
||
|
A list of changes can be seen in the [CHANGELOG][changelog].
|
||
|
|
||
|
[![Build Status](https://secure.travis-ci.org/pusher/oauth2_proxy.svg?branch=master)](http://travis-ci.org/pusher/oauth2_proxy)
|
||
|
|
||
|
![Sign In Page](https://cloud.githubusercontent.com/assets/45028/4970624/7feb7dd8-6886-11e4-93e0-c9904af44ea8.png)
|
||
|
|
||
|
[bitly]: https://github.com/bitly/oauth2_proxy
|
||
|
[changelog]: https://github.com/pusher/oauth2_proxy/blob/master/CHANGELOG.md
|