two_factor_cookies 0.1.7 → 0.1.8
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 +4 -4
- data/README.md +3 -0
- data/lib/two_factor_cookies/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b075c5fd75220b53bc771e3737f1c816500057cc5f75449dd684665490b66ba
|
4
|
+
data.tar.gz: 216822719b48d93808334875218b0042d63faebdf6ec15c0a6f4658739d627bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2559225dc2a5a9faacbf87079961ff6f73cc201063ff8b259a1c1ec13bd6adf20945fbf7dcda4707a09f63628dbe8351935f771f87626d215a671b83730689d9
|
7
|
+
data.tar.gz: 5d9e01c75ca60ca44f1c0a9ee0a6189ae3db34b2524fb8ae3bb84d22eae11a40d5a0991d4982e403577bc359ca50ae960bc86a66960c5a144b4d4816fe7db399
|
data/README.md
CHANGED
@@ -127,5 +127,8 @@ def log(message)
|
|
127
127
|
end
|
128
128
|
```
|
129
129
|
|
130
|
+
## Using the gem in development
|
131
|
+
When using the gem in development, Twilio is never hit. Instead the generated OTP is written to `tmp/otp.txt`
|
132
|
+
|
130
133
|
## License
|
131
134
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: two_factor_cookies
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolai Bach Woller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -143,6 +143,7 @@ licenses:
|
|
143
143
|
- MIT
|
144
144
|
metadata:
|
145
145
|
allowed_push_host: https://rubygems.org
|
146
|
+
source_code_uri: https://github.com/traels-it/two_factor_cookies
|
146
147
|
post_install_message:
|
147
148
|
rdoc_options: []
|
148
149
|
require_paths:
|