1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-30 09:16:52 +02:00
oauth2-proxy/docs
Christopher Kohnert c6294c40a3
Allow the OIDC issuer verification to be skipped if desired. (#467)
* Allow the OIDC issuer verification to be skipped if desired.

* Remove stale warning

* Add CHANGELOG entry

Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
Co-authored-by: Dan Bond <pm@danbond.io>
2020-04-19 12:19:21 +01:00
..
assets/js Initialise Jekyll site 2019-05-09 10:48:35 +01:00
configuration Allow the OIDC issuer verification to be skipped if desired. (#467) 2020-04-19 12:19:21 +01:00
logos Add logos to docs folder 2019-10-30 09:57:24 +00:00
_config.yml Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
.gitignore Initialise Jekyll site 2019-05-09 10:48:35 +01:00
0_index.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
1_installation.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
2_auth.md Update okta doc (#481) 2020-04-08 21:28:00 +01:00
4_tls.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
5_endpoints.md Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
6_request_signatures.md Fix links in docs 2019-08-11 16:07:03 +01:00
404.html Initialise Jekyll site 2019-05-09 10:48:35 +01:00
Gemfile Initialise Jekyll site 2019-05-09 10:48:35 +01:00
Gemfile.lock Update docs deps 2020-03-29 17:34:17 +01:00
Makefile Add make targets for serving docs locally 2019-05-10 12:07:16 +01:00
README.md Migrate to oauth2-proxy/oauth2-proxy 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).