mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-10 04:18:14 +02:00
commit
004b74332b
@ -10,6 +10,7 @@
|
||||
- This PR adds the IDToken into the session for the Azure provider allowing requests to a backend to be identified as a specific user. As a consequence, if you are using a cookie to store the session the cookie will now exceed the 4kb size limit and be split into multiple cookies. This can cause problems when using nginx as a proxy, resulting in no cookie being passed at all. Either increase the proxy_buffer_size in nginx or implement the redis session storage (see https://pusher.github.io/oauth2_proxy/configuration#redis-storage)
|
||||
- [#286](https://github.com/pusher/oauth2_proxy/pull/286) Requests.go updated with useful error messages (@biotom)
|
||||
- [#302](https://github.com/pusher/oauth2_proxy/pull/302) Rewrite dist script (@syscll)
|
||||
- [#304](https://github.com/pusher/oauth2_proxy/pull/304) Add new Logo! :tada: (@JoelSpeed)
|
||||
|
||||
# v4.0.0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# oauth2_proxy
|
||||
![OAuth2 Proxy](/docs/logos/OAuth2_Proxy_horizontal.svg)
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/pusher/oauth2_proxy.svg?branch=master)](http://travis-ci.org/pusher/oauth2_proxy)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/pusher/oauth2_proxy)](https://goreportcard.com/report/github.com/pusher/oauth2_proxy)
|
||||
|
@ -5,7 +5,7 @@ permalink: /
|
||||
nav_order: 0
|
||||
---
|
||||
|
||||
# oauth2_proxy
|
||||
![OAuth2 Proxy](/logos/OAuth2_Proxy_horizontal.svg)
|
||||
|
||||
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others)
|
||||
to validate accounts by email, domain or group.
|
||||
|
@ -14,6 +14,7 @@
|
||||
# You can create any custom variable you would like, and they will be accessible
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
title: OAuth2_Proxy
|
||||
logo: /logos/OAuth2_Proxy_horizontal.svg
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
OAuth2_Proxy documentation site
|
||||
baseurl: "/oauth2_proxy" # the subpath of your site, e.g. /blog
|
||||
|
BIN
docs/logos/OAuth2_Proxy_horizontal.png
Normal file
BIN
docs/logos/OAuth2_Proxy_horizontal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
1
docs/logos/OAuth2_Proxy_horizontal.svg
Normal file
1
docs/logos/OAuth2_Proxy_horizontal.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.1 KiB |
BIN
docs/logos/OAuth2_Proxy_icon.png
Normal file
BIN
docs/logos/OAuth2_Proxy_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
1
docs/logos/OAuth2_Proxy_icon.svg
Normal file
1
docs/logos/OAuth2_Proxy_icon.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"><defs><style>.cls-1{fill:#06ed94;}.cls-2{fill:#059b61;}.cls-3{fill:#1957ba;}.cls-4{fill:#6ca8ff;}</style></defs><title>OAuth2_Proxy_logo_v3</title><path class="cls-1" d="M179.00205,349.728c-93.69483,0-169.921-76.22687-169.921-169.9217S85.30722,9.88462,179.00205,9.88462c93.69408,0,169.92021,76.22687,169.92021,169.9217S272.69613,349.728,179.00205,349.728Zm0-327.81581c-87.06238,0-157.89338,70.831-157.89338,157.89411s70.831,157.89411,157.89338,157.89411,157.89411-70.831,157.89411-157.89411S266.06442,21.91221,179.00205,21.91221Z"/><polygon class="cls-2" points="208.628 90.373 203.724 108.705 243.153 141.064 280.21 136.494 208.628 90.373"/><polygon class="cls-1" points="304.604 167.593 304.604 133.558 250.778 87.759 208.628 90.373 260.02 131.65 53.401 131.65 53.401 169.893 304.604 167.593"/><polygon class="cls-3" points="149.376 261.504 154.28 243.172 113.684 209.179 77.795 215.382 149.376 261.504"/><polygon class="cls-4" points="53.401 184.283 53.401 218.319 107.226 264.118 149.376 261.504 97.984 220.226 304.604 220.226 304.604 181.984 53.401 184.283"/></svg>
|
After Width: | Height: | Size: 1.1 KiB |
BIN
docs/logos/OAuth2_Proxy_vertical.png
Normal file
BIN
docs/logos/OAuth2_Proxy_vertical.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
1
docs/logos/OAuth2_Proxy_vertical.svg
Normal file
1
docs/logos/OAuth2_Proxy_vertical.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in New Issue
Block a user