Releases: benbalter/add-to-org
Releases · benbalter/add-to-org
v3.0.3
- Remove bootstrap dependency (thanks @elstudio)
- Update dependencies (thanks @elstudio)
- Add CI via GitHub Actions
- Add Rubocop
- Fix test expectations
v3.0.1
Improved style of default template.
v3.0.0
- 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
Fix for missing org_id
on success page when building the accept invitation url (#8)
v2.2.0
- 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
Limit OAuth scope to read:org
and user:email
(read only) (#5)
v2.0.0
- 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