token_auth_box 0.0.5 → 0.0.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: 1166db04e262d540fa362285539f1830ec541763ecdcc4f68f7caf2c2596d605
4
- data.tar.gz: 891b2532aa31e469aff39f77130fd60fa3c2ed40a7262026bb34446561f25704
3
+ metadata.gz: 04cf434501bef314e7647fae3fbaf42561cd6fffcd235214aa12b2aecc86d101
4
+ data.tar.gz: 1485b2090ab571c9cc3bb2d71d54d71ff8caa64954cd25d63afff18de6a987c5
5
5
  SHA512:
6
- metadata.gz: 68539b477586864011793cffae9528f7c1ffa1aa90bf04f4b7f7099af193d7b6c6d87deb7a51c03d4ffa697f5f3852973afb2f4102dbcf105b5ee8818ad21ff0
7
- data.tar.gz: ef1a1d4a0dff0e15597185b594689ae62cc5b54234c9598dc448fca8fdff29037b4272c21c4b3b1ba7ef1ae69068cb27d998bf6ed28b371e94d631ca67f99ef3
6
+ metadata.gz: 0d12d42c60d92a9a1ba6e16983f4fc265ea89453d35f82d9e6195ffd47f30fa1bd06516de1950b091b24fc04bbee4103f41bf53a4cc9b1a112578aca45559448
7
+ data.tar.gz: d27a14a81cbfb1cb825d056a0f4b9a5a54434e45abd979957858547631889bd69d7ce8e525dcac459ddeba8cd3d8229e0aaf431cceb40bd10b1917b16b772118
@@ -1,6 +1,5 @@
1
1
  module TokenAuthBox
2
2
  class ApplicationController < ActionController::API
3
3
  # protect_from_forgery with: :exception
4
- skip_before_action :verify_authenticity_token
5
4
  end
6
5
  end
@@ -1,3 +1,3 @@
1
1
  module TokenAuthBox
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: token_auth_box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - drake