Skip to content

Releases: soulteary/docker-sso-server

1.1.6

22 Sep 06:42
Compare
Choose a tag to compare

变更日志

  • [改进] 支持优雅退出,提升程序重新部署效率。

CHANGELOG

  • [Improvement] Support graceful exit and improve the efficiency of program redeployment.

1.1.5

04 Sep 13:29
Compare
Choose a tag to compare

CHANGELOG

1.1.5-2021.09.04

  • [New] Open the Outline API and support the Outline Self-Hosted.

变更日志

1.1.5-2021.09.04

  • [新增] 开放 Outline 接口,支持 Outline 私有化部署使用。

1.1.4

19 Aug 23:40
Compare
Choose a tag to compare

CHANGELOG

1.1.4-2021.08.20

-[New] Improve the default user experience, distinguish the two states of system login and authorized login. By default, users are not forced to check user information for the first login, and judge whether the requested address needs to be automatically returned according to the user's login status.

CHANGE LOG


变更日志

1.1.4 - 2021.08.20

  • [新增] 提升默认使用体验,区分系统登录和授权登录两种状态,默认不强制用户首次登录必须查看用户信息,根据用户登录状况判断是否需要自动返回请求地址。

变更日志

1.1.3

19 Aug 21:50
Compare
Choose a tag to compare

CHANGELOG

1.1.3 - 2021.08.20

-[New] Added Traefik Forward Auth dedicated API address /api/traefik/auth, the previous API /api/traefik-auth-user will be obsolete in the future.
-[New] Three fields, id, email, and nickname, are added to the general user information API to facilitate connection with external applications.
-[Adjustment] The OTP KEY persistence parameters are adjusted with numerical values. The user can directly display the OTP Secret that can be used, so that the user can use it by adding it manually at certain times.
-[Adjustment] Set the QR code used by OTP for the first time to adjust. By default, it will carry the current server name, which is convenient for users to distinguish on the OTP tool.

CHANGE LOG


变更日志

1.1.3 - 2021.08.20

  • [新增] 新增 Traefik Forward Auth 专用 API 地址 /api/traefik/auth ,之前的 API /api/traefik-auth-user 将于未来进行废弃。
  • [新增] 通用用户信息 API 中新增 id, email, nickname 三个字段,方便对接外部应用。
  • [调整] OTP KEY 持久化参数使用数值调整,对于用户直接展示可以使用的 OTP Secret,方便用户在某些时候可以使用手动添加的方式使用。
  • [调整] 首次设置 OTP 使用的二维码进行调整,默认会携带当前服务器名称,方便用户在 OTP 工具上进行区分。

变更日志

1.1.2

18 Aug 08:09
Compare
Choose a tag to compare

CHANGELOG

1.1.2 - 2021.08.18

-[Fixed] The problem that the user variable introduced by 1.1.1 failed to correctly identify the user could not log in correctly.

变更日志

1.1.2 - 2021.08.18

  • [修正] 由 1.1.1 引入的未能正确识别用户变量,导致不能正确登录的问题。

1.1.1

12 Aug 12:50
Compare
Choose a tag to compare

CHANGELOG

1.1.1 - 2021.08.12

-[New] Added optional CLIENT1 to 5 configuration parameters, allowing different authorization parameters to connect to different applications.

变更日志

1.1.1 - 2021.08.12

  • [新增] 新增可选的 CLIENT1至5 配置参数,允许使用不同的授权参数对接不同的应用。