devise-twilio-verify 0.1.0 → 0.1.1
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/CHANGELOG.md +7 -0
- data/README.md +2 -2
- data/lib/devise-twilio-verify/version.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: 1fc8af9da1425014bde8b7bb0294faae2edc0b47e9cf635ec07b9b5300fbc6fb
|
|
4
|
+
data.tar.gz: 99440a90447a85010a85c5fe77c37dab1a69969b20c855016291b32900632084
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e24dd31ecee36c3366391eda08bec3e119df74e2af8c7a48c49eff9453fd572c5203aa81efd026eca2599f0001648933dda91e2fac8a26d4539a05410ac24d43
|
|
7
|
+
data.tar.gz: 676fbd754e2fd134b38e931902ac2e730b009f11865cc3e084f2b8678cbb20c965a720a85087523b47ff8098327c98d4b06e2b443a43406aec164bd7f5e65396
|
data/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.1.1] - 2023-04-12
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Updated README to point to published rubygem
|
|
13
|
+
|
|
8
14
|
## [0.1.0] - 2023-03-15 Initial release
|
|
9
15
|
|
|
10
16
|
### Changed
|
|
17
|
+
|
|
11
18
|
- Added devise 2FA support via Twilio Verify API
|
|
12
19
|
- Currently only support mobile phones with US country codes
|
|
13
20
|
- Removed Authy support
|
data/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
- Removed ability to request a phone call
|
|
7
7
|
|
|
8
8
|
### Just follow the steps below to migrate:
|
|
9
|
-
- Swap out `devise-authy` in your Gemfile with `devise-twilio-verify`
|
|
10
|
-
- `gem 'devise-twilio-verify'
|
|
9
|
+
- Swap out `devise-authy` in your Gemfile with `devise-twilio-verify`
|
|
10
|
+
- `gem 'devise-twilio-verify'
|
|
11
11
|
- Setup a Twilio Verify account
|
|
12
12
|
- Add env vars and/or Rails credentials for:
|
|
13
13
|
- `TWILIO_AUTH_TOKEN`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-twilio-verify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Wolff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: devise
|