-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remember_meにsecure属性を設定 #5769
remember_meにsecure属性を設定 #5769
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.2 #5769 +/- ##
=========================================
Coverage 78.86% 78.86%
Complexity 6275 6275
=========================================
Files 469 469
Lines 21078 21078
=========================================
Hits 16623 16623
Misses 4455 4455
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@chihiro-adachi この修正だとhttp通信のときはRemember-Me使えなくなると思いますが、問題ないでしょうか? |
@kiy0taka 一応以下の箇所でCookieを発行していて、http/httpsで有効無効を切り替えてくれるように見えるんですが、 |
@kiy0taka |
@kiy0taka |
ありがとうございました。 |
概要(Overview・Refs Issue)
remember_meにsecure属性を設定するように対応
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
secure属性が有効になっていることを確認
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目