Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

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

未关闭
#238 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
react, typescript

调研方向

从 @asgardeo/react 的 signIn 入口开始,跟踪当前活动会话如何跳过新的 authorize 请求。定义并记录 forceful signIn 行为,然后验证 step-up 认证可以触发新的授权请求,而无需 logout 或手动清除会话。

由索引模型根据 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 分钟
30 天内合并 PR
13

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

asgardeo/javascript 的其他 Issue

查看 asgardeo/javascript 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。