rails_jwt_auth 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/templates/initializer.rb +10 -1
- data/lib/rails_jwt_auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 455eb1be0326b8c96bfe79eddbb78a166c3af9d5
|
4
|
+
data.tar.gz: c7951ec26c6f9ba209bf1947d2a9240326328097
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37ab9c67d483c3cd4f57b116ac9431a7163d39d5c8458c48c5605d7d951df94516e366877d48c411ab980d8730e72b32592055a43ee3e958e6d371756aead1e5
|
7
|
+
data.tar.gz: a554f15ee576cb07789f168e1010ac5c99f86859ac1613e1d8dd6d870b5632828dde728c2648a4d7162f0a39a45db36b81007ee3b6f822820d90002fc4d1cc56
|
@@ -20,6 +20,15 @@ RailsJwtAuth.setup do |config|
|
|
20
20
|
# mailer sender
|
21
21
|
#config.mailer_sender = 'initialize-mailer_sender@example.com'
|
22
22
|
|
23
|
-
# url used
|
23
|
+
# url used to create email link with confirmation token
|
24
24
|
#config.confirmation_url = 'http://frontend.com/confirmation'
|
25
|
+
|
26
|
+
# expiration time for confirmation tokens
|
27
|
+
#config.confirmation_expiration_time = 1.day
|
28
|
+
|
29
|
+
# url used to create email link with reset password token
|
30
|
+
#config.reset_password_url
|
31
|
+
|
32
|
+
# expiration time for reset password tokens
|
33
|
+
#config.reset_password_expiration_time
|
25
34
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_jwt_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rjurado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|