rodauth-tools 0.3.0 → 0.4.0

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.
data/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "private": true,
5
5
  "devDependencies": {
6
- "markdownlint-cli2": "^0.15.0"
6
+ "markdownlint-cli2": "^0.23.0"
7
7
  },
8
8
  "scripts": {
9
9
  "lint:md": "markdownlint-cli2 '**/*.md' '#node_modules'"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - delano
@@ -74,14 +74,17 @@ files:
74
74
  - LICENSE.txt
75
75
  - README.md
76
76
  - Rakefile
77
+ - lib/rodauth/features/account_id_obfuscation.rb
77
78
  - lib/rodauth/features/external_identity.rb
78
79
  - lib/rodauth/features/hmac_secret_guard.rb
79
80
  - lib/rodauth/features/jwt_secret_guard.rb
80
81
  - lib/rodauth/features/table_guard.rb
82
+ - lib/rodauth/secret_guard.rb
81
83
  - lib/rodauth/sequel_generator.rb
82
84
  - lib/rodauth/table_inspector.rb
83
85
  - lib/rodauth/template_inspector.rb
84
86
  - lib/rodauth/tools.rb
87
+ - lib/rodauth/tools/account_id_cipher.rb
85
88
  - lib/rodauth/tools/console_helpers.rb
86
89
  - lib/rodauth/tools/migration.rb
87
90
  - lib/rodauth/tools/migration/sequel/account_expiration.erb