authentication-zero 2.15.4 → 2.15.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d543ebd70ad0bc5b3d734d96c106cabef8b8219ad44fce3a75ce90d7670d9084
|
4
|
+
data.tar.gz: a4c506a4746e6c8aba5b09dbb26d7f93d9fde4c52dc5fb7690c1e6e41f0cf988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b474eaf63504fb13acb7c6444757070faf3375059aea062026c3329bf5f2e270a52f08a7cdead777ce12d639ae558e6ecac6a9e6dc83bd576f75e7f109f22aa7
|
7
|
+
data.tar.gz: 50af59feb9c1effb0e3b0260bf2f6420af9bae84ae7cbeab13fe2b0de508c23a58e52f4db7c5d6a8cac38d937d4e5d0f4c0e498af16a26657d5461c2d1b788ab
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
class User < ApplicationRecord
|
2
2
|
has_secure_password
|
3
3
|
|
4
|
-
has_one :email_verification_token
|
5
|
-
has_one :password_reset_token
|
4
|
+
has_one :email_verification_token, dependent: :destroy
|
5
|
+
has_one :password_reset_token, dependent: :destroy
|
6
6
|
|
7
7
|
has_many :sessions, dependent: :destroy
|
8
8
|
<%- if options.trackable? -%>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authentication-zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.15.
|
4
|
+
version: 2.15.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nixon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|