2026-07-30.0 #5845
fungc-io
announced in
Product Updates
2026-07-30.0
#5845
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Highlights
Logout without the extra confirmation page.
Authgear now supports
id_token_hintin RP-Initiated Logout. When your app passes a valid ID token to the logout endpoint, Authgear ends the session and sends the user straight back to your app, with no confirmation prompt in between.Integrate with Shopify and other platforms using client_secret_basic.
The token endpoint now accepts
client_secret_basic, the default client authentication method in many OIDC libraries and platforms. Apps that only support this method, such as Shopify, can now connect to Authgear directly.A clearer view of fraud protection.
The Fraud Protection page in the Portal has a new overview tab with a requests chart and top source IPs with location data, plus a logs tab where you can choose which columns to show. Fraud protection also now always allows OTPs to phone numbers the user has already verified, so legitimate users don't get blocked.
Other changes
use_session_cookieoption ends the Authgear session when the browser closesoffline_accessscope was missingAll reactions