Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 36node/auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.2
Choose a base ref
...
head repository: 36node/auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 5 contributors

Commits on Mar 19, 2026

  1. feat: volcengine sms client (#98)

    短信发送支持火山云
    
    ### 发布建议
    
    - 上线时需要设置的环境变量或参数
    
      - `SMS_PROVIDER`: 默认aliyun,可改为volcengine
      - `VOLCENGINE_SMS_ACCOUNT`: 火山云短信消息组
      - `VOLCENGINE_SMS_ACCESS_KEY_ID`
      - `VOLCENGINE_SMS_SECRET_KEY`
    
    Co-authored-by: Wang, Tao <[email protected]>
    MiffyLiye and Wang, Tao authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    dbba2cd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. fix: volcengine sms service (#100)

    - 修复volcengine import方式。
    - .env中添加SMS相关占位配置。
    
    Co-authored-by: Wang, Tao <[email protected]>
    MiffyLiye and Wang, Tao authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    56baecb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. fix: cleanup 清空thridparty

    zzswang committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    6045a97 View commit details
    Browse the repository at this point in the history
  2. chore: add debug message

    zzswang committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    a409d06 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. chore: aliyun identitfy

    zzswang committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fffa123 View commit details
    Browse the repository at this point in the history
  2. feat: send html email api (#102)

    扩展`POST /email/@sendEmail`,
    新增useHtml可选参数。
    
    Co-authored-by: Wang, Tao <[email protected]>
    MiffyLiye and Wang, Tao authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fde300e View commit details
    Browse the repository at this point in the history
  3. feat: palgear adapter (#101)

    这个 PR 针对 palgear 的接口对 auth 进行调整
    
    - 创建 session 支持指定 key
    
    ### 相关资料
    
    - https://guild.adventurer.tech/projects/7/tickets/214
    tylor-zhang authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    61e1d91 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.21.0 (#99)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.21.0](v2.20.2...v2.21.0)
    (2026-03-24)
    
    
    ### Features
    
    * palgear adapter ([#101](#101))
    ([61e1d91](61e1d91))
    * send html email api
    ([#102](#102))
    ([fde300e](fde300e))
    * volcengine sms client
    ([#98](#98))
    ([dbba2cd](dbba2cd))
    
    
    ### Bug Fixes
    
    * cleanup 清空thridparty
    ([6045a97](6045a97))
    * volcengine sms service
    ([#100](#100))
    ([56baecb](56baecb))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    eb078fd View commit details
    Browse the repository at this point in the history
Loading