yaag 0.4.0 → 0.5.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.
- checksums.yaml +4 -4
- data/app/controllers/concerns/authentication.rb +4 -0
- data/lib/yaag/test/sessions_helper.rb +5 -0
- data/lib/yaag/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: ef8eaf9e91e728a74a3bd0c16909872b49fb41b64f21b72c92cf2c5f6a22a16f
|
|
4
|
+
data.tar.gz: 5993f5e5bf4c8e673acf2681ced1b1fba7045cd0ef0ee81accab7ede25f596b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2ae3ce9d801ac9995c66ecef56c7f6503220d1afd28756abcd129e5e5849bef47989e49a2b7b82ab12e02fa2e580a389370c3ca895eae1fd4056424a3b6318d
|
|
7
|
+
data.tar.gz: 7bcd88fc4e182b0bcd4072af9059391f52c726f791dcbede06499ff8f0579ff54fe4ca0ce510a3c06e80aa5f06fd79751b7be3e36e7ab4310c34dd121534e3b3
|
data/lib/yaag/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yaag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nu12
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Yet Another Authentication Gem (YAAG) provides passwordless authentication
|
|
14
14
|
for your Ruby on Rails app, all it takes is the user's e-mail address.
|