Skip to content

Releases: benbalter/jekyll-auth

v0.6.0

17 Dec 16:39
Compare
Choose a tag to compare
  • Authenticate against multiple teams (#33, props @ssaunier)
  • Drop deprecated Heroku Gem dependency in favor of standalone Heroku client

v0.5.2

01 Nov 18:30
Compare
Choose a tag to compare

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

V0.5.1

01 Sep 14:17
Compare
Choose a tag to compare
  • Use read:org Oauth scope instead of user (#30), props @ktheory
  • Gemfile.lock excluded by .gitignore

v0.5.0

26 Jun 13:33
Compare
Choose a tag to compare

Jekyll 2.0.0 support

v0.4.0

22 Apr 17:17
Compare
Choose a tag to compare
  • 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

17 Apr 21:15
Compare
Choose a tag to compare
  • Added /logout route

0.3.0

25 Nov 21:44
Compare
Choose a tag to compare
  • SSL Support
  • HTTP cookies
  • Better dependency management, props @parkr

v0.2.1

16 Nov 16:59
Compare
Choose a tag to compare

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

The deuce

16 Nov 16:49
Compare
Choose a tag to compare

Whitelisting support, props @gjtorikian

0.1.3

13 Oct 15:53
Compare
Choose a tag to compare
  • Fix for jekyll-auth new not properly handling GITHUB_ORG_ID
  • Gem now includes CI