ibrain-auth 0.1.5 → 0.1.6

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: 30ccc8647d90b04b385f7bb63e24dbdecb1365d6c3db4a4bb187a19b7ab476c3
4
- data.tar.gz: 25265497ddf2b02cb26b23c1d509749a54947356cb37a7c2179f1cf68efa5639
3
+ metadata.gz: 32b449c2e6da655c6a1370d8a959e445b7033a0796412eaf1d56c262cf631208
4
+ data.tar.gz: 608b6cf7576707a109fe770135fc21c9fc68ec8c1cbef033fa8ac56ea8b11829
5
5
  SHA512:
6
- metadata.gz: 9df833ba495a2139dd9b23f6012ca73ff040e2b4cfcaf7f03efa0dd3be78310bacb1c9e6d88800762c39c053c905bbc9ad4095a3622d8497f2bc867c114b1dc6
7
- data.tar.gz: ca80d2bb38a7a63247cda64558876af54869a100025261b36eafc8ab93f9888971935fca14400aede6fc9ae8a649bedf6bdf994838ec267c22ca2fde415fd24a
6
+ metadata.gz: 4eabe8a892723ca998cb1b7af56e2392d2e37c8cc87f0871b9317d34075e855a8ec4c1c0e880aaf6debe76b0c793d67905d940ac93cce34bea382c33eb8082d1
7
+ data.tar.gz: 8a1fbed38a64e8a09705d32c69bd8ee71406d43ddc063c239b1ccfa85583333ac17e83e650bc8a5cf1dcef5063e17eb0e01b724a6c34f5e22aa53e6116a3b165
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibrain::Auth::Mutations
4
- class SignInMutation < BaseMutation
4
+ class SsoSiginInMutation < BaseMutation
5
5
  field :user, Types::Objects::UserType, null: true
6
6
  field :token, String, null: true
7
7
  field :result, Boolean, null: true
@@ -4,14 +4,14 @@ module Ibrain
4
4
  # frozen_string_literal: true
5
5
 
6
6
  module Auth
7
- VERSION = '0.1.5'
7
+ VERSION = '0.1.6'
8
8
 
9
9
  def self.ibrain_auth_version
10
10
  VERSION
11
11
  end
12
12
 
13
13
  def self.previous_ibrain_auth_minor_version
14
- '0.1.4'
14
+ '0.1.5'
15
15
  end
16
16
 
17
17
  def self.ibrain_auth_gem_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.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tai Nguyen Van