Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
下記の環境変数が設定されていることが前提となります。
LINE_CALLBACK_URL
LINE_CHANNEL_ID
LINE_CHANNEL_SECRET
## このGemの基本理念 Line等のプラットフォームを使ってログインする場合は、できることは多い。 Lineでも普通は
とか、ものすごく複雑になる。
このGemではそんな面倒なことをせず
CSRF対策になるようにstateのチェックはしているがnoceなどは使っていない。
# 使い方
基本的な使い方は次の2つだけです
ビューの中でこう書きます。
<%= TagoLine::LoginButton.show(controller) %>
セッションを使うため、引数にcontrollerが必要です
TagoLine::LoginAction.loginProcess(self)
リダイレクト先のコントローラーのアクションでまずこのように書く。
こうすると sessionの中にline_sub,line_name,line_pictureが入ります。
また、これ以外にもlogoutProcessを用意しており、そこでセッションの中身をクリアします
FAQs
Unknown package
We found that TagoLine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.