authlogic_pwned_passwords 0.0.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 +7 -0
- data/lib/authlogic_pwned_passwords.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: dc587ee84d8a259ab0785f67152b316c251b4a86bf94124868e7f459ed6c8e1a
|
|
4
|
+
data.tar.gz: 83b32b0621d208b5b60f580b323f6adaee8d884af1b9850ec317f2756dc3fa57
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 052bcc6d5635a2369e4a53f56e04604c9825aa393e4e68985bc6e93373a388182d7acb0d47af166df06805bc14ac07b9580cfdb796523f4338a6bfad2e986998
|
|
7
|
+
data.tar.gz: b6e7e81709c79b89db91d3805595f83a200c45bf6df2e4dc13878a00a6ad9666dde5178af69407794019d70cb39f2ff9b84dc791952f66dce3e1fedd49499801
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: authlogic_pwned_passwords
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Oliver Day
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2019-08-27 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Leverages the Pwned Password API to determine if a password has been
|
|
14
|
+
seen in public data breaches.
|
|
15
|
+
email: oday@vistahigherlearning.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/authlogic_pwned_passwords.rb
|
|
21
|
+
homepage: https://rubygems.org/gems/authlogic_pwned_passwords
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubygems_version: 3.0.4
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: An authlogic extension to use the Pwned Password API
|
|
44
|
+
test_files: []
|