Releases: zaikio/zaikio-oauth_client
Releases · zaikio/zaikio-oauth_client
v0.11.1
- Update zaikio-jwt_auth dependency
v0.11.0
v0.10.0
- Remove Access Token Lookups Queries from Log
- Use configured logger for AccessToken queries
- Support
:organization_id
parameter with subscription flow
v0.9.0
- Add support for subscription flow (for setting up a plan)
v0.8.1
v0.8.0
- Always destroy old access token after successful Hub API call in
Zaikio::AccessToken#refresh!
and returnnil
if refreshing fails. - Add
.find_usable_access_token
helper method to get a token without making a Hub API call to refresh it
v0.7.2
- Replace dependency on
rails
with a more specific dependency onrailties
and friends
v0.7.1
- Fix incorrect const_defined? behaviour when initializing without zaikio-hub-models gem
v0.7.0
- Don't set
cookies.encrypted[:origin]
when passing?origin
tonew_session_path
show_signup
,force_login
andstate
params are now passed throughnew_session_path
.