vigiloauth/vigilo

Improve `token_hint` and `login_hint` Support

开放

#348 创建于 2025年5月27日

 (0 条评论) (0 个反应) (0 位负责人)Go (9 个派生)auto 404
good first issuepriority: medium

仓库指标

星标
 (100 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description Enhance the handling of the token_hint and login_hint parameters during authentication and authorization flows to improve user experience and efficiency.

User Story: As a user, I want the system to better utilize token_hint and login_hint, So that my login process is faster and more seamless.

Acceptance Criteria:

  • Properly accept and validate token_hint and login_hint parameters.
  • Use hints to pre-fill or streamline user login where possible.
  • Ensure security and privacy best practices are maintained.
  • Update documentation with usage details.

贡献者指南