soar_authentication_token 6.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d480cb997dfa47de93d61ea0233f01dae96c4f6e
4
- data.tar.gz: 217e4bd00d02c269e0865a93e9d852efae326aef
3
+ metadata.gz: 5c83cc1b233599c334a1e9da9f4af213192ccc79
4
+ data.tar.gz: 23b6b9afc6d39c3ba516228e09e404a4adefbabc
5
5
  SHA512:
6
- metadata.gz: 5d0597fd7a320cc8ceda84cc6e7a059ae7ca006790620c08fe2133b49305f81d22dd1afb7e98e068be6ec4b2e435db97623d6ef98bbb39fce9a6eac5d6ad8b0d
7
- data.tar.gz: c2f6de36be543cfb0f24617b77012115db406196b7be048e052048eb3b58afcef9a1628b771849e3e0c82ef88aedfbf41290d3480aff41f683cfb96be36ffba6
6
+ metadata.gz: 931f6ccd6f377484db1c4af119f69837f40160bd62b4d0193d8577e7b4a2f792dba4b685e633a9e6c9dff24c478862bd879d0ddb927d39a58a473c0af2c68029
7
+ data.tar.gz: 0202c7e8ea9702ff868945f5749d831a9f5f19248a71e61e9ec7b6d6d12d899e436feea038c67b70fbd47781d4268ec63ee1fedff993dab8ec5672fb3582512e
@@ -9,7 +9,7 @@ module SoarAuthenticationToken
9
9
  #ignore the store provider since this validator does not use a store
10
10
  end
11
11
 
12
- def validate(authentication_token:,flow_identifier: nil)
12
+ def validate(authentication_token:, request_information: nil, flow_identifier: nil)
13
13
  found_static_token = find_configured_static_token(authentication_token)
14
14
  return rejection_result(reason: 'Unknown static token') if found_static_token.nil?
15
15
  meta = compile_meta(token_identifier: 'static_token',
@@ -1,3 +1,3 @@
1
1
  module SoarAuthenticationToken
2
- VERSION = '6.0.0'
2
+ VERSION = '6.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_authentication_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barney de Villiers