knock_once 0.2.1 → 0.2.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 +5 -5
- data/README.md +2 -2
- data/lib/knock_once/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a52fdccf3b4818d15ac89de879bfe4eee3f4ec8a6e8e0aeb8025f6f9e8ac9582
|
|
4
|
+
data.tar.gz: dfc1427b4d6354c73ac7c0ba71c7ecd7c7cf4320ca8b7239bfdb71f59408745b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f73686997865aaba1d62d27f41dfe04da75606328d4f87a70bd839c5ae4e552949356383ceeff56993e67c43db226e1c0295876db0bcc8c1c3d4ca835acadd05
|
|
7
|
+
data.tar.gz: 96c711fb5f0292cf1c605860c59585922c409791cd986bd9c4f6f659c0dd0b7d887fbee552cd4e9b0de70acf8c929320bf9eb39f92dc917591a53b0d929c49a2
|
data/README.md
CHANGED
|
@@ -199,14 +199,14 @@ Pull requests are very welcome.
|
|
|
199
199
|
|
|
200
200
|
Current list of items that I would like to add to the gem
|
|
201
201
|
|
|
202
|
-
* Tests! The current test suite needs work. Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/
|
|
202
|
+
* Tests! The current test suite needs work. Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/blob/master/CONTRIBUTING.md) for the current test strategy.
|
|
203
203
|
* Initializer that lets user app decide when to require password for on update. Currently the default is for any changes to the user and to change password
|
|
204
204
|
* Initializer + code changes to let users set password recovery method (e.g. token vs pin), length
|
|
205
205
|
* Initializer + code changes to customize what is required on delete (default is a valid token only)
|
|
206
206
|
* Forgot password mail template that generate based on the choosen strategy (e.g. reset link, email token, pin reset...) and the initializers to suppor this
|
|
207
207
|
* Hook into knock initializer so that users can customize those options from the knock_once initializer file
|
|
208
208
|
|
|
209
|
-
Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/
|
|
209
|
+
Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/blob/master/CONTRIBUTING.md) for specicifics.
|
|
210
210
|
|
|
211
211
|
## License
|
|
212
212
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
data/lib/knock_once/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knock_once
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas Shirley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.
|
|
164
|
+
rubygems_version: 2.7.3
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: A basic API user authorization engine built on knock.
|