auth_rails 1.0.2 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alpha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -39,6 +39,19 @@ files:
39
39
  - app/models/concerns/auth_rails/concerns/allowed_token_strategy.rb
40
40
  - app/supports/current_auth.rb
41
41
  - auth_rails.gemspec
42
+ - biome.json
43
+ - docs/.vitepress/config.mts
44
+ - docs/src/api-reference.md
45
+ - docs/src/cli/configuration.md
46
+ - docs/src/cli/migration.md
47
+ - docs/src/customization/complex-retrieve-resource.md
48
+ - docs/src/customization/custom-identifier.md
49
+ - docs/src/customization/custom-password-validation.md
50
+ - docs/src/customization/custom-response.md
51
+ - docs/src/customization/custom-strategy.md
52
+ - docs/src/index.md
53
+ - docs/src/introduction/getting-started.md
54
+ - docs/src/introduction/what-is-it.md
42
55
  - lib/auth_rails.rb
43
56
  - lib/auth_rails/class_methods.rb
44
57
  - lib/auth_rails/config.rb
@@ -51,6 +64,8 @@ files:
51
64
  - lib/generators/auth_rails/templates/allowed_tokens.tt
52
65
  - lib/generators/auth_rails_generator.rb
53
66
  - lib/generators/templates/auth_rails.tt
67
+ - package.json
68
+ - pnpm-lock.yaml
54
69
  homepage: https://github.com/zgid123/auth_rails
55
70
  licenses:
56
71
  - MIT