1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-22 05:19:26 +02:00
Moraru Costel b0b87563dc
Add set basic auth param (#413)
* addint redirect capability to sign_out

* updating changelog

* Add a new param to set the Authorization header to up-stream systems as Basic user:password

* Resolving code review

* mutual exclusiv changes for Basic and Bearer Authorization header

* Fixed the merge mixup and comment error

* Updated changelog and fixed typo

* Adding the new entry in changelog

Co-authored-by: Costel Moraru <costel.moraru-germany@ibm.com>
2020-04-10 14:41:28 +01:00
..
2019-05-09 10:48:35 +01:00
2019-10-30 09:57:24 +00:00
2019-05-09 10:48:35 +01:00
2020-04-08 21:28:00 +01:00
2020-03-29 15:40:10 +01:00
2019-08-11 16:07:03 +01:00
2019-05-09 10:48:35 +01:00
2019-05-09 10:48:35 +01:00
2020-03-29 17:34:17 +01:00
2020-03-29 15:40:10 +01:00

Docs

This folder contains our Jekyll based docs site which is hosted at https://oauth2-proxy.github.io/oauth2-proxy.

When making changes to this docs site, please test your changes locally:

docs$ make serve

To run the docs site locally you will need Ruby at version 2.1.0 or higher and bundle (gem install bundler if you already have Ruby).