Skip to content

v3.23.5

Compare
Choose a tag to compare
@sei-jbooz sei-jbooz released this 31 Oct 19:16
· 7 commits to main since this release
766c9d6

Version 3.23.5 adds support for remaining logged into the OIDC server when logging out of Gameboard and automatic login to Gameboard. It includes a handful of small feature updates to support this new functionality.

Enhancements

  • The "Profile" and "Log in/out" nav items have been combined into a single entry
    • Always appears on the far right of the nav
    • Provides direct links to your profile, certificates, and history
    • Logout is now under a drop-down menu accessed by clicking the icon on the right
    • Clicking on the "Login" item will now directly begin the IDP authentication process rather than requiring a navigation to a separate screen.
    • These items collectively resolve GBAPI#435
  • Some controls in the app have been rethemed to support a more coherent design

Infra and App Health

  • Gameboard admins can now configure two new settings in the "oidc" section of the settings.json file
    • "autoLogin" will cause Gameboard to automatically attempt to log users into the app on first visit if they're unauthed (defaults to false)
    • "logoutOnAppLogout" will change manual logout behavior. If enabled, Gameboard will expire the user's token upon manual logout but will not initiate a full logout on the identity provider (defaults to false).

What's Changed

Full Changelog: 3.23.4...3.23.5