better_auth-redis-storage 0.7.0 → 0.8.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/lib/better_auth/redis_storage/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fe62175b11c22a9391598a8252c11a2ea849420d57d8c243054e1025f44ab1c
|
|
4
|
+
data.tar.gz: ab84235280a0d49103e9f95b178f581cec1b0539b31f962abf49cdee183dc252
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3764616d585fff3071e54317958feec3613e67e5c73d9cf4e5fac5760a8510990d64bf4161810da1bf35709ff3f396b367f6c9351e81a1acbdbcf57f6bc4d68e
|
|
7
|
+
data.tar.gz: d26df3f575a4413f14083235edd7092f4a1a077c229faae8babdf3f2104a87830437a3480a91f77f1fb2a3a19e73bdd1bb6175430f3b473ff58f48d1f0a14ebe
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: better_auth-redis-storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Sala
|
|
@@ -99,8 +99,9 @@ dependencies:
|
|
|
99
99
|
- - "~>"
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '1.0'
|
|
102
|
-
description: Adds a Redis-backed secondary storage adapter for Better Auth Ruby
|
|
103
|
-
|
|
102
|
+
description: Adds a Redis-backed secondary storage adapter for Better Auth Ruby. Better
|
|
103
|
+
Auth Ruby is an independent modern authentication framework for Ruby inspired by
|
|
104
|
+
Better Auth. Includes sessions and rate limiting support.
|
|
104
105
|
email:
|
|
105
106
|
- sebastian.sala.tech@gmail.com
|
|
106
107
|
executables: []
|