stonith404 / pingvin-share

A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing.
https://stonith404.github.io/pingvin-share/
BSD 2-Clause "Simplified" License
3.42k stars 238 forks source link

fix(oauth): Add `post_logout_redirect_uri` to OAuth logout redirect URI #638

Closed marvinruder closed 1 month ago

marvinruder commented 1 month ago

This is a small addition to #631. Apologies for not including it earlier.

Without it, the OpenID Connect provider shows a “You are now logged out – Click here to go back to the application” confirmation page after logout. Adding the post_logout_redirect_uri parameter will cause the provider to perform the logout and immediately redirect back to Pingvin Share, reducing the number of user interactions and thereby streamlining the logout process.

This OpenID Connect feature is standardized here.

stonith404 commented 1 month ago

Great, thanks :)