Skip to content

Releases: benbalter/add-to-org

v3.0.3

07 Oct 20:43
19bd6d2
Compare
Choose a tag to compare
  • Remove bootstrap dependency (thanks @elstudio)
  • Update dependencies (thanks @elstudio)
  • Add CI via GitHub Actions
  • Add Rubocop
  • Fix test expectations

v3.0.1

29 Dec 20:26
Compare
Choose a tag to compare

Improved style of default template.

v3.0.0

29 Dec 20:24
Compare
Choose a tag to compare
  • New configuration API (no more monkey patching!). See the docs for details
  • Reference implementation created
  • Better documentation
  • Better default templates
  • Bootstrap framework now included by default in the public directory

v2.2.1

16 Oct 13:42
Compare
Choose a tag to compare

Fix for missing org_id on success page when building the accept invitation url (#8)

v2.2.0

16 Oct 13:28
Compare
Choose a tag to compare
  • Confirmation page links user to accept invitation and passes proper post-acceptance redirect to send the user back to their requested path (#6)
  • Use Organization ID when building URL on success page rather than hardcoding government (#7, props @jezdez)

v2.1.0

06 May 16:11
Compare
Choose a tag to compare

Limit OAuth scope to read:org and user:email (read only) (#5)

v2.0.0

25 Jan 17:44
Compare
Choose a tag to compare
  • Breaking change: user is now github_user to better inherent from sinatra_auth_github
  • Comprehensive tests
  • Improved documentation
  • Stricter dependency requirements
  • Sets WARDEN_GITHUB_VERIFIER_SECRET to better protect sessions
  • Fix for locals not being properly passed to default template
  • Fix for default template not displaying redirect URL
  • Fix for default template not properly halting execution for invalid users

Membership API

29 Sep 18:10
Compare
Choose a tag to compare