LINE ログイン v2.1のAPI に対応しています。
メールアドレスを取得することに加え、認可コード横取り攻撃への対策を目的とした PKCE(Proof Key for Code Exchange)への対応や、ユーザーが要求された権限をすべて付与済みであっても強制的に同意画面を表示させたり、bot_prompt の指定を切り替えて、友達追加のオプションを表示するといった様々なことが自由に設定出来るようになりました。
このプラグインでは、LINE Developmentsから取得される client_id、client_secret、redirect_uri を設定します。これらはプラグインがLINEプラットフォームへの認証を実行するために必要なキーです。
-------------------
We have developed a plugin for Bubble that supports the LINE Login v2.1 API.
In addition to obtaining the user's email address, this plugin also incorporates support for PKCE (Proof Key for Code Exchange) to counteract authorization code interception attacks. It provides the flexibility to display consent screens forcefully, even when all requested permissions have already been granted to the user. Moreover, it allows toggling the 'bot_prompt' parameter to enable options for displaying friend addition prompts.
With these enhancements, the plugin offers versatile configuration options, granting the freedom to tailor various functionalities according to specific needs.
In this plugin, you will set the client_id, client_secret, and redirect_uri obtained from LINE Developments. These are the keys required for the plugin to execute authentication to the LINE platform.
-------------------
Demo Editor
https://bubble.io/page?type=page&name=line_redirect&id=linepro00&tab=tabs-1