Skip to content

Commit

Permalink
Bump to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Aug 3, 2022
1 parent b4b8e7e commit e04fb32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.19.0 - 2022-08-03

* Do not store refresh tokens from client credentials flow to improve security ([until they are removed by the hub](https://docs.zaikio.com/changelog/2022-08-09_client-credentials-drop-refresh-token.html))
* Do not redeem refresh tokens in `get_access_token` instead use client credentials flow so that only users redeem refresh tokens
* Automatically revoke access token on logout (security)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zaikio-oauth_client (0.18.1)
zaikio-oauth_client (0.19.0)
actionpack (>= 5.0.0)
activerecord (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -51,10 +51,10 @@ GEM
crass (1.0.6)
erubi (1.11.0)
erubis (2.7.0)
faraday (2.3.0)
faraday (2.4.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-net_http (2.1.0)
ffi (1.15.5)
globalid (1.0.0)
activesupport (>= 5.0)
Expand Down Expand Up @@ -225,4 +225,4 @@ DEPENDENCIES
zaikio-oauth_client!

BUNDLED WITH
2.2.30
2.3.17
2 changes: 1 addition & 1 deletion lib/zaikio/oauth_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module OAuthClient
VERSION = "0.18.1".freeze
VERSION = "0.19.0".freeze
end
end

0 comments on commit e04fb32

Please sign in to comment.