Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

feat: add capability to forcefully resend a `authorize` request when there's a active session

オープン
#238 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
react, typescript

調査の方向性

@asgardeo/react の signIn エントリポイントから開始し、アクティブなセッションが現在どのように新しい authorize リクエストをスキップしているかを追跡します。forceful signIn の動作を定義して文書化し、その後、ログアウトやセッションの手動クリアを必要とせずに、step-up 認証が新しい認可リクエストをトリガーできることを検証します。

索引モデルが issue の本文から書いたものです。

説明

Type/Improvement
Current Limitation

Currently, when there’s an existing active session, the SDK automatically skips sending a new authorize request and proceeds with the current session context.
However, there are scenarios where developers may want to forcefully trigger a new authorization request, even if an active session exists — for example, to:

  • Do step up authentication
  • etc.

Without this capability, developers need to manually clear session data or perform a logout, which results in a poor user experience.

Suggested Improvement

Introduce a way to do forceful signIn maybe a additional param or a arg in the signIn method.

Please select the package issue is related to

@asgardeo/react

Version

current

Reporter Checklist
  • I have searched the existing issues and this is not a duplicate.
  • I have provided all the necessary information.
  • I have verified the improvement is not available in the latest version of the package.
主要言語
TypeScript
スター
18
フォーク
67
平均マージ
4時間 6分
マージ済み PR(30日)
13

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

asgardeo/javascript のほかの issue

asgardeo/javascript の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。