Jekyll Auth Versions Save

A simple way to use GitHub OAuth to serve a protected Jekyll site to your GitHub organization

v0.6.0

9 years ago
  • Authenticate against multiple teams (#33, props @ssaunier)
  • Drop deprecated Heroku Gem dependency in favor of standalone Heroku client

v0.5.2

9 years ago

Only attempt to read the config file if it exists (#35) - Props @parkr

v0.5.1

9 years ago
  • Use read:org Oauth scope instead of user (#30), props @ktheory
  • Gemfile.lock excluded by .gitignore

v0.5.0

9 years ago

Jekyll 2.0.0 support

v0.4.0

10 years ago
  • Less strict dependency versioning
  • Dependency bumps
    • Jekyll 1.5.x support
    • SafeYAML 1.0.x
    • Octokit 3.1.x
    • DotEnv 0.11.x

v0.3.2

10 years ago
  • Added /logout route

v0.3.0

10 years ago
  • SSL Support
  • HTTP cookies
  • Better dependency management, props @parkr

v0.2.1

10 years ago

Fix for jekyll-auth/config.rb not being properly included in the bundled Gem.

v0.2.0

10 years ago

Whitelisting support, props @gjtorikian

v0.1.2

10 years ago
  • Require rake for all environments