-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rails Tutorial 第9章 #71
Comments
Closed
発展的なログイン機構セッションの永続化
cookiesを盗み出す主な方法
ハッシュ化
暗号化
永続的セッションの流れ
永続的セッションの実装
※ 右辺に左辺を代入した結果(trueかnil)をチェックしている
ログアウト時にセッションを消す
チェックボックス
↓ 三項演算子を使って一行で表せる
log_in_as ヘルパーメソッド(テスト用)
|
This was referenced Jan 31, 2021
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WHY
WHAT
The text was updated successfully, but these errors were encountered: