mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-20 05:09:41 +02:00
4de49983fb
* Initial version of OIDC based GitLab provider * Add support for email domain check to GitLab provider * Add gitlab.com as default issuer for GitLab provider * Update documentation for GitLab provider * Update unit tests for new GitLab provider implementation * Update CHANGELOG for GitLab provider * Rename GitLab test access token as response to linter
Docs
This folder contains our Jekyll based docs site which is hosted at https://pusher.github.io/oauth2_proxy.
When making changes to this docs site, please test your changes locally:
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).