auther 12.0.2 → 12.0.3

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: 214c91f8d419bc0e7cea1485c71f37c8f46e1998ad682574c3cc9dcd688e4211
4
- data.tar.gz: 2a65af0caa97bbb9956ee96ad1c9df1ab041faffb0c45287b6ba3f22a2b70be0
3
+ metadata.gz: 4863adc8652a27e95f1623e8b2d12006981499f2b461f7317f4c0121f79c2863
4
+ data.tar.gz: e95744a45ca670cb039ba78c77d2bc0ee7efa4d8d87f72cc5c25e3f8f889aaa4
5
5
  SHA512:
6
- metadata.gz: '088dcf216faef0e0d08cc5d43f4bda3feb989b98dc0222d23040670a2cb4c138c11b4995c00fcb7e6b04a0854b3e1026afc7f3fd9ea433f268e264af69a4c7b6'
7
- data.tar.gz: e1b3efcdb66f541e216e0266edd5bd06cf45fe6ccc02da9758d7ed97d4d3abee0cb31a8cd9783df146685ec11109359a0cd27d86c39edbf3e36eff090e1ff3f0
6
+ metadata.gz: 3692ffed755e93c13bd496fea5883b6968571f214e7544073e47cd2b700ec4aa151ed4f77fb1ac3e69c7c3ea1b420d0252e8784c3bf3be5959d7286b4abb8861
7
+ data.tar.gz: b0f2612d4914d1d7f9f42505e7f799dc2aefe6381683ee43165ddd3924fba7169a0c8fd18602e17664eb85a4336518896c6f9f07c6ea5c4e6fcd6892e2fe322e
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -11,11 +11,14 @@ image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchem
11
11
  [link=https://circleci.com/gh/bkuhlmann/auther]
12
12
  image::https://circleci.com/gh/bkuhlmann/auther.svg?style=svg[Circle CI Status]
13
13
 
14
- Provides simple, form-based authentication for apps that need security but don't want to deal with
15
- the clunky UI of HTTP Basic Authentication or something as heavyweight as
16
- link:https://github.com/plataformatec/devise[Devise]. It doesn't require a database and is
17
- compatible with password managers like link:https://agilebits.com/onepassword[1Password] making for
18
- a pleasant user experience.
14
+ Auther provides simple, form-based authentication for apps that need security but don't want to deal
15
+ with the clunky HTTP Basic Authentication user interface or as heavyweight as
16
+ link:https://github.com/plataformatec/devise[Devise]. Auther doesn't require a database and is
17
+ compatible with password managers which makes for a pleasant user experience.
18
+
19
+ Auther is useful in situations -- like minimal viable products or applications with a small user
20
+ base -- where you need to a security layer up and running quickly before adding more robust user
21
+ management.
19
22
 
20
23
  toc::[]
21
24
 
@@ -110,7 +113,7 @@ secret = SecureRandom.hex 16 # "426a7f46548a1a4518676a8e246517d8"
110
113
  # The cipher for encrypting/decrypting values.
111
114
  cipher = Auther::Cipher.new secret
112
115
 
113
- # Use the following to encrypt an unecrypted value.
116
+ # Use the following to encrypt an unencrypted value.
114
117
  cipher.encrypt "test@test.com"
115
118
 
116
119
  # Use the following to decrypt an encrypted value.
@@ -5,7 +5,7 @@ module Auther
5
5
  module Identity
6
6
  NAME = "auther"
7
7
  LABEL = "Auther"
8
- VERSION = "12.0.2"
9
- VERSION_LABEL = "#{LABEL} #{VERSION}"
8
+ VERSION = "12.0.3"
9
+ VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
11
11
  end
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: 12.0.2
4
+ version: 12.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
29
29
  W2A=
30
30
  -----END CERTIFICATE-----
31
- date: 2021-08-07 00:00:00.000000000 Z
31
+ date: 2021-09-06 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rails
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  requirements: []
144
- rubygems_version: 3.2.25
144
+ rubygems_version: 3.2.27
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Enhances Rails with multi-account, form-based, database-less, application-wide
metadata.gz.sig CHANGED
Binary file