authrocket 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/authrocket/api/version.rb +1 -1
- data/lib/authrocket/auth_provider.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: f3a67bcdd15b98343f85c8e8383de3dc49ff18ea1bad87740fe53d28f1d51231
|
4
|
+
data.tar.gz: 778f5ed34745f9f58797215d6b85044922a3484b59bd9f8e7ff431281fd4ae53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fb6ffe5a89fa6e78ca750e25f932ded0af82e71e3622434bbcd013ff0c72c9b87f39a8fe66568a5a3cf81d2f6f0116b72258c6bacb7319f8b88a0de02405b62
|
7
|
+
data.tar.gz: e0d284409d955f1c9b4ca225fd364c0770b52f7ea115119673a4586509440faf792cbe705ca6fc4f8e25d463e48d7728e97284f019054ef832e7edd2ee38ff81
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
#### 3.2.1
|
2
|
+
|
3
|
+
- Update AuthProvider
|
4
|
+
|
1
5
|
#### 3.2.0
|
2
6
|
|
3
7
|
- Add HookState
|
@@ -29,6 +33,10 @@
|
|
29
33
|
- <exception>#errors is now an ActiveModel::Errors for all applicable exceptions
|
30
34
|
- Require Ruby >= 2.3
|
31
35
|
|
36
|
+
#### 2.4.1
|
37
|
+
|
38
|
+
- Require ncore 2.2.2+
|
39
|
+
|
32
40
|
#### 2.4.0
|
33
41
|
|
34
42
|
- Add Rails Engine for expedited setup
|
@@ -5,7 +5,7 @@ module AuthRocket
|
|
5
5
|
belongs_to :realm
|
6
6
|
|
7
7
|
attr :name, :provider_type, :state
|
8
|
-
attr :min_complexity, :min_length
|
8
|
+
attr :min_complexity, :min_length, :required_chars
|
9
9
|
attr :client_id, :client_secret, :scopes
|
10
10
|
attr :loginrocket_domain
|
11
11
|
attr :authorization_url, :profile_url, :token_url
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authrocket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AuthRocket Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|