auther 14.0.1 → 14.0.2
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
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +11 -11
- data/auther.gemspec +4 -4
- data.tar.gz.sig +0 -0
- metadata +30 -23
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 443804e46c6b6a844396a0aa261a50a485431440b656282110b8301b1cd010e6
|
|
4
|
+
data.tar.gz: d6c0d3d2e6e9890755dfee95965eb9278c0c6457113784830ad72347eb7c19b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40d87dd81d9346ad513071bd061cbae8d6b33fdfec71c430e0f5db841da636be82b3d1059c422ddf76a3b63028dd60ffcde3aaef0624fd2954c54a636e8ac954
|
|
7
|
+
data.tar.gz: 63d5655be035fd8135c309c52f0ad0aa30b9bdb883f4c925ad6797f0254ee42796a268d3abd6cf60431c2768df21cfb47817e77fca7e856f825ff81b8c01809c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -20,8 +20,8 @@ toc::[]
|
|
|
20
20
|
* Supports form-based authentication compatible with password managers like
|
|
21
21
|
link:https://agilebits.com/onepassword[1Password].
|
|
22
22
|
|
|
23
|
-
image::https://
|
|
24
|
-
image::https://
|
|
23
|
+
image::https://alchemists.io/images/projects/auther/screenshots/form-without_errors.png[Form Without Errors Screenshot]
|
|
24
|
+
image::https://alchemists.io/images/projects/auther/screenshots/form-with_errors.png[Form With Errors Screenshot]
|
|
25
25
|
|
|
26
26
|
* Uses CSS Flexbox for lightweight styling.
|
|
27
27
|
* Uses encrypted account credentials to keep sensitive information secure.
|
|
@@ -68,7 +68,7 @@ rails generate auther:credentials
|
|
|
68
68
|
If using link:https://direnv.net[direnv], for example, you can copy and paste the generated
|
|
69
69
|
credentials into your `.envrc` file. Example:
|
|
70
70
|
|
|
71
|
-
image::https://
|
|
71
|
+
image::https://alchemists.io/images/projects/auther/screenshots/credentials_generator.jpg[Credentials Generator Screenshot]
|
|
72
72
|
|
|
73
73
|
== Usage
|
|
74
74
|
|
|
@@ -253,19 +253,19 @@ To test, run:
|
|
|
253
253
|
bin/rake
|
|
254
254
|
----
|
|
255
255
|
|
|
256
|
-
== link:https://
|
|
256
|
+
== link:https://alchemists.io/policies/license[License]
|
|
257
257
|
|
|
258
|
-
== link:https://
|
|
258
|
+
== link:https://alchemists.io/policies/security[Security]
|
|
259
259
|
|
|
260
|
-
== link:https://
|
|
260
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
261
261
|
|
|
262
|
-
== link:https://
|
|
262
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
|
263
263
|
|
|
264
|
-
== link:https://
|
|
264
|
+
== link:https://alchemists.io/projects/auther/versions[Versions]
|
|
265
265
|
|
|
266
|
-
== link:https://
|
|
266
|
+
== link:https://alchemists.io/community[Community]
|
|
267
267
|
|
|
268
268
|
== Credits
|
|
269
269
|
|
|
270
|
-
* Built with link:https://
|
|
271
|
-
* Engineered by link:https://
|
|
270
|
+
* Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
|
|
271
|
+
* Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
data/auther.gemspec
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "auther"
|
|
5
|
-
spec.version = "14.0.
|
|
5
|
+
spec.version = "14.0.2"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
|
-
spec.homepage = "https://
|
|
8
|
+
spec.homepage = "https://alchemists.io/projects/auther"
|
|
9
9
|
spec.summary = "Enhances Rails with multi-account, " \
|
|
10
10
|
"form-based, database-less, application-wide authentication."
|
|
11
11
|
spec.license = "Hippocratic-2.1"
|
|
12
12
|
|
|
13
13
|
spec.metadata = {
|
|
14
14
|
"bug_tracker_uri" => "https://github.com/bkuhlmann/auther/issues",
|
|
15
|
-
"changelog_uri" => "https://
|
|
16
|
-
"documentation_uri" => "https://
|
|
15
|
+
"changelog_uri" => "https://alchemists.io/projects/auther/versions",
|
|
16
|
+
"documentation_uri" => "https://alchemists.io/projects/auther",
|
|
17
17
|
"funding_uri" => "https://github.com/sponsors/bkuhlmann",
|
|
18
18
|
"label" => "Auther",
|
|
19
19
|
"rubygems_mfa_required" => "true",
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auther
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 14.0.
|
|
4
|
+
version: 14.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -10,25 +10,32 @@ bindir: bin
|
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
13
|
+
MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
|
14
|
+
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
|
15
|
+
aW8wHhcNMjMwMzIyMTYxNDQxWhcNMjUwMzIxMTYxNDQxWjBBMQ8wDQYDVQQDDAZi
|
|
16
|
+
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
|
17
|
+
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
|
18
|
+
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
|
19
|
+
M+7QOQ4b1xNLTvY7FYQB1wGK5a4x7TTokDrPYQxDB2jmsdDYCzVbIMrAvUfcecRi
|
|
20
|
+
khyGZCdByiiCl4fKv77P12tTT+NfsvXkLt/AYCGwjOUyGKTQ01Z6eC09T27GayPH
|
|
21
|
+
QQvIkakyFgcJtzSyGzs8bzK5q9u7wQ12MNTjJoXzW69lqp0oNvDylu81EiSUb5S6
|
|
22
|
+
QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
|
|
23
|
+
hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
|
|
24
|
+
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
|
25
|
+
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaN7MHkw
|
|
26
|
+
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
|
27
|
+
F5wykJEVMB8GA1UdEQQYMBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMB8GA1UdEgQY
|
|
28
|
+
MBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMA0GCSqGSIb3DQEBCwUAA4IBgQAX+EGY
|
|
29
|
+
9RLYGxF1VLZz+G1ACQc4uyrCB6kXwI06kzUa5dF9tPXqTX9ffnz3/W8ck2IQhKzu
|
|
30
|
+
MKO2FVijzbDWTsZeZGglS4E+4Jxpau1lU9HhOIcKolv6LeC6UdALTFudY+GLb8Xw
|
|
31
|
+
REXgaJkjzzhkUSILmEnRwEbY08dVSl7ZAaxVI679vfI2yapLlIwpbBgmQTiTvPr3
|
|
32
|
+
qyyLUno9flYEOv9fmGHunSrM+gE0/0niGTXa5GgXBXYGS2he4LQGgSBfGp/cTwMU
|
|
33
|
+
rDKJRcusZ12lNBeDfgqACz/BBJF8FLodgk6rGMRZz7+ZmjjHEmpG5bQpR6Q2BuWL
|
|
34
|
+
XMtYk/QzaWuhiR7pWjiF8jbdd7RO6or0ohq7iFkokz/5xrtQ/vPzU2RQ3Qc6YaKw
|
|
35
|
+
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
|
36
|
+
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
|
30
37
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2023-
|
|
38
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
|
32
39
|
dependencies:
|
|
33
40
|
- !ruby/object:Gem::Dependency
|
|
34
41
|
name: rails
|
|
@@ -118,13 +125,13 @@ files:
|
|
|
118
125
|
- lib/generators/auther/credentials/credentials_generator.rb
|
|
119
126
|
- lib/generators/auther/install/install_generator.rb
|
|
120
127
|
- lib/generators/auther/templates/config/initializers/auther.rb
|
|
121
|
-
homepage: https://
|
|
128
|
+
homepage: https://alchemists.io/projects/auther
|
|
122
129
|
licenses:
|
|
123
130
|
- Hippocratic-2.1
|
|
124
131
|
metadata:
|
|
125
132
|
bug_tracker_uri: https://github.com/bkuhlmann/auther/issues
|
|
126
|
-
changelog_uri: https://
|
|
127
|
-
documentation_uri: https://
|
|
133
|
+
changelog_uri: https://alchemists.io/projects/auther/versions
|
|
134
|
+
documentation_uri: https://alchemists.io/projects/auther
|
|
128
135
|
funding_uri: https://github.com/sponsors/bkuhlmann
|
|
129
136
|
label: Auther
|
|
130
137
|
rubygems_mfa_required: 'true'
|
|
@@ -144,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
151
|
- !ruby/object:Gem::Version
|
|
145
152
|
version: '0'
|
|
146
153
|
requirements: []
|
|
147
|
-
rubygems_version: 3.4.
|
|
154
|
+
rubygems_version: 3.4.9
|
|
148
155
|
signing_key:
|
|
149
156
|
specification_version: 4
|
|
150
157
|
summary: Enhances Rails with multi-account, form-based, database-less, application-wide
|
metadata.gz.sig
CHANGED
|
Binary file
|