lol_auth 0.1.2 → 0.1.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
  SHA1:
3
- metadata.gz: 09af54771247232cfb6239625f27c51a24222c34
4
- data.tar.gz: 5af11155a794f49da63d3388afaed970a10910e6
3
+ metadata.gz: f94661f8476c7b841d984d062c4acd98ba3821d4
4
+ data.tar.gz: 864c2b0501d2c758478910849c736b40779986a1
5
5
  SHA512:
6
- metadata.gz: e6082d066b60e5c63d7be5a826506e66a5bca1d4c203018322c56926b50c4e7d426375dbcfcb693bdff0e745b9a66b354063681c23b1beb7a59bc6f38ca748a1
7
- data.tar.gz: 2bc679a527e26fb3344cdb9f45e894ff459ea0a9a5872b668f492abddacc6f5875a912e221072d0f7bb7c86598db5227406f01e7aa2688a78306326512822fe4
6
+ metadata.gz: 3bc1253c584ab4015032f833552fee521acf8380e8a67de6bb40f322fdc826ac32a79f21ded1dfb0524307a48b663072533dd7d5489ccc4afa24da19ad297b5f
7
+ data.tar.gz: 197de93870383adf9413a7251a9cea442e531d6d8537d3ed19e1b2e938c83ac00e4d4aabd3b95a1f477e8c6d183d29776248d79478b58d67bc77c08437b9662b
@@ -1,6 +1,7 @@
1
1
  module LolAuth
2
2
  class ApplicationController < ActionController::Base
3
3
  include DeviseTokenAuth::Concerns::SetUserByToken
4
+ protect_from_forgery with: :null_session
4
5
 
5
6
  before_action :authenticate_user!
6
7
  end
@@ -1,3 +1,3 @@
1
1
  module LolAuth
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lol_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Zaghi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-19 00:00:00.000000000 Z
11
+ date: 2018-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails