Features:
- Omniauth2 basic auth (@Skaelv)
Features:
- Add support for signup (@Skaelv)
Features:
- add support for avatar (thanks @bnorton)
Features:
- allow to pre-populate oauth signup form fields (name, email, app_name) (@Skaelv)
Features:
- update to Gemspec to prevent omniauth-oauth2 version clash. If you relied on the omniauth-oauth2 gemspec dependency version to be 1.2.x for other parts of your app you can add:
gem 'omniauth-oauth2', '~> 1.2'
to your Gemfile to set the version back to 1.2.x (@travega)
Features: - add email_verified check
Features: - add custom user agent
Features: - add verify email config
Features: - update config to intercom.com domain
Features: - fix site config
Features:
- Fix compatibility with Faraday 2.0