workos 5.2.1 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc46ab0187a370d044b03dae3f4e13bf9124305cab1102fe9c0bb8a88774638c
4
- data.tar.gz: ab0cf69dabead6e03c6aae8e58959355dc7a7a555d9e7bdcd342aa8efc61f0bb
3
+ metadata.gz: 4e386ae2dd110ea57c1a5c8d15c09c68263dedbee77c6ffa015b84a952d88920
4
+ data.tar.gz: e5001300c2da182fd3a230e66c7ced29ef937c8f0774cbd51d1f4e8bc9b8ee45
5
5
  SHA512:
6
- metadata.gz: 5ba12562e6d3c50deda2584aaeb42175571c94aff5b069bc1e84cbe1ef3424cd9ffe355ee5007e1eee7f8775d5d408bea80f92137d5641ef96ee5c3fa1615f3b
7
- data.tar.gz: 8766524298eefa04e4297f9429618970da35274eff3177ea1a1c32ae41ad33fd0d0228d595c6f00bea1e17ded32223da30bc9a02133b356d7b351db283ebbc06
6
+ metadata.gz: d7882eb8eaef394157785a2592bcb616fa2bd4a7b9015b0b8b37c203ea70ccf43b72c5eb10bbde9155938154d9fc3a2ab5f1e630330efd2eeb53f2672bea65fe
7
+ data.tar.gz: 0fb86220b0b5fe4dbbcdaa24b35586348d961a40c1628b5eebf44926e7c0a0350ea538b3dcc9610e073c654c65ab5f7d9ada0edb4196bc93b8d9994a3739c7f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- workos (5.2.1)
4
+ workos (5.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/workos/sso.rb CHANGED
@@ -28,8 +28,8 @@ module WorkOS
28
28
  # connection, or organization is required.
29
29
  # The domain is deprecated.
30
30
  # @param [String] provider A provider name for an Identity Provider
31
- # configured on your WorkOS dashboard. Only 'GoogleOAuth' and
32
- # 'MicrosoftOAuth' are supported.
31
+ # configured on your WorkOS dashboard. Only 'AppleOAuth', 'GitHubOAuth',
32
+ # 'GoogleOAuth', and 'MicrosoftOAuth' are supported.
33
33
  # @param [String] connection The ID for a Connection configured on
34
34
  # WorkOS.
35
35
  # @param [String] organization The ID for an Organization configured
@@ -5,6 +5,7 @@ module WorkOS
5
5
  # The Provider constants are declarations of a
6
6
  # fixed set of values for SSO Providers.
7
7
  module Provider
8
+ Apple = 'AppleOAuth'
8
9
  GitHub = 'GitHubOAuth'
9
10
  Google = 'GoogleOAuth'
10
11
  Microsoft = 'MicrosoftOAuth'
@@ -13,6 +13,7 @@ module WorkOS
13
13
  # The ProviderEnum is a declaration of a
14
14
  # fixed set of values for User Management Providers.
15
15
  class Provider
16
+ Apple = 'AppleOAuth'
16
17
  GitHub = 'GitHubOAuth'
17
18
  Google = 'GoogleOAuth'
18
19
  Microsoft = 'MicrosoftOAuth'
@@ -44,7 +45,8 @@ module WorkOS
44
45
  # configured redirect URI on your WorkOS dashboard.
45
46
  # @param [String] client_id This value can be obtained from the API Keys page in the WorkOS dashboard.
46
47
  # @param [String] provider A provider name is used to initiate SSO using an
47
- # OAuth-compatible provider. Only 'authkit ,'GoogleOAuth' and 'MicrosoftOAuth' are supported.
48
+ # OAuth-compatible provider. Only 'authkit', 'AppleOAuth', 'GitHubOAuth', 'GoogleOAuth',
49
+ # and 'MicrosoftOAuth' are supported.
48
50
  # @param [String] connection_id The ID for a Connection configured on
49
51
  # WorkOS.
50
52
  # @param [String] organization_id The organization_id selector is used to
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WorkOS
4
- VERSION = '5.2.1'
4
+ VERSION = '5.3.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workos
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.1
4
+ version: 5.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - WorkOS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-26 00:00:00.000000000 Z
11
+ date: 2024-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler