Skip to content

Releases: zaikio/zaikio-oauth_client

v0.17.2

07 Jan 16:12
Compare
Choose a tag to compare
  • Fix broken Rubocop auto-corrected code.

v0.17.1

07 Jan 15:43
Compare
Choose a tag to compare

Do not use, please go straight to v0.17.2

  • Retry SSO-flow if code is not given
  • Set allow_other_host: true when redirecting to Hub (required for Rails 7 strict redirect policy). This property is backwards-compatible with older Rails versions, it's only used in Rails 7+ when ActionController::Base.raise_on_open_redirects = true is set.

v0.17.0

23 Sep 12:26
Compare
Choose a tag to compare
  • Retry SSO-flow if code is not valid (anymore)

v0.16.0

25 Aug 13:45
Compare
Choose a tag to compare
  • Support prompt_email_confirmation option for SSO

v0.15.1

20 Aug 08:34
Compare
Choose a tag to compare
  • Consider valid_for when fetching AccessTokens from the database, and only return tokens which meet the expected validity period. This reduces the likelihood of needing to refresh the token before you can use it.

v0.15.0

13 Aug 07:24
Compare
Choose a tag to compare
  • Don't return access tokens which are due to expire in <30 seconds from now, and allow configuring this property with the valid_for keyword argument.

v0.14.0

18 Jun 10:49
Compare
Choose a tag to compare
  • Support prompt option for SSO
  • Remove redirect_with_error=1 since it is now the default and deprecated.

v0.13.0

28 Apr 09:04
Compare
Choose a tag to compare
  • Allow passing ?lang, or set the default to I18n.locale, when starting a new OAuth session

v0.12.1

23 Apr 14:51
bf36632
Compare
Choose a tag to compare
  • Add Zaikio::OAuthClient::SystemTestHelper for working with system tests (instructions here)

v0.12.0

23 Apr 07:09
Compare
Choose a tag to compare