yuta-ushijima / qiita_clone

This repository is for my learning. Create Qiita clone App made by Rails and Vue.
0 stars 0 forks source link

skip_before_action :authenticate_user_from_token!, only: [:index, :create]の修正 #32

Closed yuta-ushijima closed 6 years ago

yuta-ushijima commented 6 years ago

概要

下記のコードがセキュリティ的に完全アウトなので、修正を行う

 skip_before_action :authenticate_user_from_token!, only: [:index, :create]

関連するPR

27

yuta-ushijima commented 6 years ago

ログイン周りは修正したのでclose