tozny-auth 0.1.5 → 0.1.6

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: 2eb729af3e457366a65763b14a64592dad16f316
4
- data.tar.gz: e623a5995a6f6a59227d30f9e68a1b3ee5f881ae
3
+ metadata.gz: cfe8301a7185fc15b5db4e783ef36c19c148d3aa
4
+ data.tar.gz: e3ee082717e5820b05944c7bbb5fbbf667416eb2
5
5
  SHA512:
6
- metadata.gz: e2fc60e32ed36a9543a24a1550e8acff4fb424f4d2c6399f412c7dc0dc9467c362346bde8c5b14679a27a6a46725c0d41f63cfb116defb599d664a80e8169389
7
- data.tar.gz: f2fb6af758d2b234a850fe6b924c5e7c395776b7191c08637d70bd879f1cabb49035fa1ca9001fd276a757b088f1723535f66c88e2085f77c75ebc0108630f7e
6
+ metadata.gz: a7f9300e08f52fd63a83b19ccfebfbcf84fdf0b0e3bd8335781043fa3da6b3b857e4d64a17d4bf04b2651edc1ed0ea66ce33ef3b252ed718f75a241efa17e4eb
7
+ data.tar.gz: 3dfef0a874d67a6415b564ddee401995176e5b2a2cc48b2fdf706ced4eb7a9fd13b99d64679957050fbfe22833f7c67352a453120a02fa2f79f52080e9dd1c04
data/README.md CHANGED
@@ -55,11 +55,11 @@ realm_secret = '6f75.....190a8dbc7'
55
55
  tozny = Tozny::Realm.new(realm_key_id, realm_secret)
56
56
 
57
57
  tozny.otp_challenge('sms-otp-6', '8005551234', nil, {foo: 'bar'})
58
- #or alternatively (for a 6 digit OTP -- you cannot do an 8 digit OTP using the following method)
58
+ # or alternatively (for a 6 digit OTP -- you cannot do an 8 digit OTP using the following method)
59
59
  tozny.sms_otp('8005551234', {foo: 'bar'})
60
- #or, if you don't need custom data, and you have unauthenticated OTP enabled in your realm's admin console:
60
+ # or, if you don't need custom data, and you have unauthenticated OTP enabled in your realm's admin console:
61
61
  tozny.user_api.otp_challenge('sms-otp-6', '8005551234')
62
- #finally, if you already have an otp 'presence' you can use that instead of the type and destination:
62
+ # finally, if you already have an otp 'presence' you can use that instead of the type and destination:
63
63
  tozny.otp_challenge(presence='237fa....af794')
64
64
  ```
65
65
 
@@ -1,5 +1,5 @@
1
1
  module Tozny
2
2
  module Auth
3
- VERSION = '0.1.5'
3
+ VERSION = '0.1.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tozny-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan Bell / emanb29