Skip to content

Releases: benbalter/jekyll-auth

v2.1.3

19 Aug 15:58
3e3b860
Compare
Choose a tag to compare
  • Update dependencies

Note: This project is end of life. If you are looking to serve a Jekyll site privately, consider changing the visibility of your GitHub Pages site.

v2.1.2

30 Mar 18:26
2507cc9
Compare
Choose a tag to compare

v2.1.1

08 Mar 16:22
16b465f
Compare
Choose a tag to compare
  • Fix :teams authentication strategy (#99, props @ssaunier)
  • Remove /Gemfile.lock from .gitignore template (#101, props @ChrisGuzman)
  • Find destination path from _config.yml (#109, props @shreve)
  • Require rubocop >= 0.49.0
  • Require rack-protection >= 1.5.5
  • Updated documentation

v2.1.0

13 Oct 19:47
Compare
Choose a tag to compare
  • Updates colorator dependency for Jekyll ~> 3.2.0 compatibility (#96, props @asanger)
  • Allow custom host & port (#82, props @gnclmorais)
  • Documentation fixes (#75, props @jadengore)
  • Capitalize the H in "GitHub" (#85, props @gjtorikian)
  • Development: Add Rubocop and enforce Jekyll's Ruby Style
  • Development: Sets default values for GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET in test mode (#77, props @patmaddox)

v2.0.0

11 Nov 17:50
Compare
Choose a tag to compare
  • Breaking change: GITHUB_ORG_ID is now GITHUB_ORG_NAME (#71, props @jarrodparkes)
  • New: Jekyll 3.x support (#72, props @gjtorikian)
  • New: Dropped support for Ruby < 2.0.0 (#73)

v1.0.3

17 Jun 13:52
Compare
Choose a tag to compare

Update rack dependency, #66.

v1.0.2

16 Feb 17:40
Compare
Choose a tag to compare

Fix error when running via command line

v1.0.1

06 Feb 20:48
Compare
Choose a tag to compare

Fix for improper configuration load order resulting in failed builds

v1.0.0

20 Jan 15:58
Compare
Choose a tag to compare
  • Custom 404 pages (#52)
  • Authentication logic completely rewritten, now fully tested (#46, #47)
  • Added team_id command to retrieve a GitHub team's ID by name
  • Simplified configuration management
  • Simplified command line interface (moved to Mercenary from Commando) (#50)
  • Improved documentation + expanded installation instructions (#42, props @fkostadinov)
  • Command line output now in color
  • WARDEN_GITHUB_VERIFIER_SECRET set by default
  • jekyll-auth build now accepts Jekyll options (#12)
  • Better Windows support (now uses open3)
  • Removed Git dependency
  • Fixed: Setup blows up when not in a Git repo

v0.6.1

14 Jan 22:52
Compare
Choose a tag to compare

Bump sinatra auth github to better protect oauth tokens stored in session cookies. #39, Props @atmos