jwt_api_auth 0.0.1.pre.1 → 0.0.1.pre.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab929b57a3c2918471b598db0fd2fe686c1954fe71aa278607019d0f89f7e88b
4
- data.tar.gz: f1ba367598e833ab7ec53acea362fe2e21e92d9e8be18cf43ab4a9a0169abfbe
3
+ metadata.gz: 9a3d6706c3f7eca8fde96b0646701053a353cd8441bd8e3433e0cc0809ebc203
4
+ data.tar.gz: e6fedc984827b63767f2ded9a7b9883c05874f1e15c3d83a5900a97e7b4bcc90
5
5
  SHA512:
6
- metadata.gz: 72ff5a40fc5712b7c72e7da4d301614b6e54dd857427c3d15548ceadb0bcbd7ecd69c6937e5475707d81eb3fa2e1cec6dd0dbb909fb6efa442a3d9aa9d533110
7
- data.tar.gz: 27db13da989ec2fa8c361f2dddb59d58ad2a6d256e5e7897b5ca747f823a23a36b6c1ca145db160bba5c0070bd78ef23703770eaec8cddb566469b667ac344f2
6
+ metadata.gz: 3483d02230bf7e03a0dfd944f5f1dbf418d256e0775685c0b4bc42350a2a19986775272be1da11904fac3ca8345aaa1f1a2353a84cd471bcb2f5ceb3fcc1a5f4
7
+ data.tar.gz: 3032a7fb6f88f07cab5e1a2fdc5361d8d471ca07b2f1567637d69c76786828d17aa2396f264a25aebeb4dd79fc91de3f2b082193e6b61047f2585de2c19d1ad8
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_dependency 'jwt_api_auth/application_controller'
4
- require_dependency 'jwt'
5
4
 
6
5
  module JwtApiAuth
7
6
  class AuthenticationController < ApplicationController
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'jwt'
3
4
  require 'jwt_api_auth/engine'
4
5
  require 'jwt_api_auth/helpers'
5
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JwtApiAuth
4
- VERSION = '0.0.1.pre.1'
4
+ VERSION = '0.0.1.pre.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwt_api_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.1
4
+ version: 0.0.1.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cristian Stügelmayer
@@ -248,7 +248,7 @@ dependencies:
248
248
  - - ">="
249
249
  - !ruby/object:Gem::Version
250
250
  version: '0'
251
- description: JWT api authentication
251
+ description: JWT authentication for rails APIs
252
252
  email:
253
253
  - cristian@yellowspot.dev
254
254
  executables: []
@@ -296,5 +296,5 @@ requirements: []
296
296
  rubygems_version: 3.0.8
297
297
  signing_key:
298
298
  specification_version: 4
299
- summary: JWT api authentication
299
+ summary: JWT authentication
300
300
  test_files: []