rails_jwt_auth 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: ce402d5bd60aed00638e46f0bb1bb11917b5cb08
4
- data.tar.gz: 7efadf2b42c6fc6e50ce31b151f661687bfcff1e
3
+ metadata.gz: 455eb1be0326b8c96bfe79eddbb78a166c3af9d5
4
+ data.tar.gz: c7951ec26c6f9ba209bf1947d2a9240326328097
5
5
  SHA512:
6
- metadata.gz: d3b070caa55e502abb55b435ee532bc7ae800e88ad14d25a007317683806bc8188abac0f4c765e7dcdba2741fbe39ae5e893c197221eedcd519f0f39e0f13fab
7
- data.tar.gz: e89231957199d83c5fffaebe0a2ae2351a690b7376298e49418c0d966b3046c8f4c2cf56ba17008006b370a28830965713cdcd6244d652b43105b10513946b5f
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 into confirmation email to reditect with confirmation_token
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
@@ -1,3 +1,3 @@
1
1
  module RailsJwtAuth
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  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.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-20 00:00:00.000000000 Z
11
+ date: 2017-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails