authress-sdk 2.0.39.0 → 2.0.40.0

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
  SHA256:
3
- metadata.gz: af749c52bd76e5debb79a90f0d47ac20aca712b715262db6afd3db62dbe83444
4
- data.tar.gz: b85b441f41685942439e5adcc8ec3359c2513c70671c8fb2d366c4c37b75d4a7
3
+ metadata.gz: 3da3bb4308826d29d25cf3e139f9badc7dc83093639761fdcc1d0e04738a1c3a
4
+ data.tar.gz: '0095c6dda00f393821a3aa4aaa109cad0e9ea9fdcb2f5a649e98cbbd24ea9360'
5
5
  SHA512:
6
- metadata.gz: 1ea56948469b0b98397c05ff8819b2aa342717194b08dcaef61172259bb4e41494445d055e90eec07191eb55d71c6b3759c9fb9b913fa1504452fa1432b0d52d
7
- data.tar.gz: ceda5efaf09b495db2fd8247d214040880f1de279c1c32b46427e46777a9f6b63fd4461ec989e0873e861bef807cb73dd767112955d30f5bd9407b67d6402869
6
+ metadata.gz: b77a612ba6dbd1e1fb1b2df5769a30023244c4001327395eb379259f24696a7ccc001a40a4df72a52bf1362fcf07471f5341d8058ee04ad6e7ba970c9ddac8ed
7
+ data.tar.gz: 60823e8578a1f7862364ee3a88a6b9429f25c3c6b5e1e01c8a06eea0f0b63beae4a293a8a9852e4570295b42fecf868dfa0d2e6b1fa58eb35c685060a8660dfe
@@ -92,7 +92,7 @@ module AuthressSdk
92
92
 
93
93
  default_headers = {
94
94
  'Content-Type' => 'application/json',
95
- 'User-Agent' => "Ruby AuthressSDK version: #{Gem.loaded_specs["authress-sdk"].version.to_s}"
95
+ 'User-Agent' => "Authress SDK; Ruby; #{Gem.loaded_specs["authress-sdk"].version.to_s};"
96
96
  }
97
97
  header_params = default_headers.merge(opts[:header_params] || {})
98
98
  query_params = opts[:query_params] || {}
@@ -31,7 +31,7 @@ module OmniAuth
31
31
  def client
32
32
  options.client_id = options.application_id
33
33
  options.client_options.headers = {
34
- 'User-Agent' => 'Ruby OmniAuth'
34
+ 'User-Agent' => "Authress SDK; Ruby; #{Gem.loaded_specs["authress-sdk"].version.to_s};"
35
35
  }
36
36
  options.client_options.auth_scheme = :request_body
37
37
  options.client_options.site = @authress_client.custom_domain_url
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authress-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.39.0
4
+ version: 2.0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Authress
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-26 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus