v3.23.5
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 thesettings.json
file"autoLogin"
will cause Gameboard to automatically attempt to log users into the app on first visit if they're unauthed (defaults tofalse
)"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 tofalse
).
What's Changed
- v3.23.5 by @sei-bstein in #200
Full Changelog: 3.23.4...3.23.5