ibrain-auth 0.3.12 → 0.3.13

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: 9bf38a18f89f6e66bb4450e293ab3305fcc2b6e6d1b0826606bd208ea60c759a
4
- data.tar.gz: c7e77a73069af88f79d33e03e8556c63593aed2d0e7c9bad651bab4d7087ee92
3
+ metadata.gz: 8c4349772e38156afa066d4fda39aba790be46230aea760585ac2857fdbd1562
4
+ data.tar.gz: a564f50845cdd14359f57a3ee0c1fde568adea39109c0330c60a5a5904b74723
5
5
  SHA512:
6
- metadata.gz: f2c0c9b8c895e10f062e460b7886cba2ca5c6f02fdfa66e772bb16e5cc45f1044dd647aff72033ff732c1801e079c2ff4ef65dfd88b88c26403c048d32e4d8f2
7
- data.tar.gz: 7ea121349f47cdc3e6bb728c1ee70db0509c72f88ba1f2ef033040f36fad660f1331e2cd47861c27c2ebe2a28f8abe7680b126e318955cb612d27d40100e2104
6
+ metadata.gz: 248e52d90169fb7905e805556065cadab6c69ddfd6aa79edc0c90b0fb8261e25c1ad5ec2e4793af4b87f1c7978293f8d05cc626514ab6b2fb315ccd7d67e5250
7
+ data.tar.gz: 0ca26294856bdac8bb949880dfcc06ce9e66c0ca809e720e3b3b72cd9b40c2e1a222867ebd077e3c9ac44bb3265e9155956e585adbbe98e50f314a97ff8fcc88
@@ -9,7 +9,7 @@ module Ibrain
9
9
  self.abstract_class = true
10
10
  self.table_name = Ibrain::Auth::Config.user_table_name
11
11
 
12
- # devise(*Ibrain::Auth::Config.devise_enabled_modules, jwt_revocation_strategy: self, omniauth_providers: Ibrain::Auth::Config.devise_omniauth_providers)
12
+ devise(*Ibrain::Auth::Config.devise_enabled_modules, jwt_revocation_strategy: self, omniauth_providers: Ibrain::Auth::Config.devise_omniauth_providers)
13
13
 
14
14
  scope :find_by_line, ->(uid) {
15
15
  find_by(uid: uid, provider: 'line')
@@ -4,7 +4,7 @@ module Ibrain
4
4
  # frozen_string_literal: true
5
5
 
6
6
  module Auth
7
- VERSION = '0.3.12'
7
+ VERSION = '0.3.13'
8
8
 
9
9
  def self.ibrain_auth_version
10
10
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibrain-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tai Nguyen Van