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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/workos/sso.rb +2 -2
- data/lib/workos/types/provider.rb +1 -0
- data/lib/workos/user_management.rb +3 -1
- data/lib/workos/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e386ae2dd110ea57c1a5c8d15c09c68263dedbee77c6ffa015b84a952d88920
|
4
|
+
data.tar.gz: e5001300c2da182fd3a230e66c7ced29ef937c8f0774cbd51d1f4e8bc9b8ee45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7882eb8eaef394157785a2592bcb616fa2bd4a7b9015b0b8b37c203ea70ccf43b72c5eb10bbde9155938154d9fc3a2ab5f1e630330efd2eeb53f2672bea65fe
|
7
|
+
data.tar.gz: 0fb86220b0b5fe4dbbcdaa24b35586348d961a40c1628b5eebf44926e7c0a0350ea538b3dcc9610e073c654c65ab5f7d9ada0edb4196bc93b8d9994a3739c7f2
|
data/Gemfile.lock
CHANGED
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 '
|
32
|
-
#
|
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
|
@@ -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 ,'
|
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
|
data/lib/workos/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|