virtUOS / transcription-whisper

Simple website to connect to whisperx transcription service
GNU General Public License v3.0
0 stars 1 forks source link

Configurable Logout Button #9

Closed dennis531 closed 1 month ago

dennis531 commented 1 month ago

Currently, users cannot log out if the OAuth2 proxy is used. The OAuth2 proxy provides an endpoint /oauth2/sign_out with which users can log out. A ‘Logout’ button is needed for this, as users do not know the URL. The button link should be configurable by administrators in the .env file, e.g. with LOGOUT_URL=/oauth2/sign_out. If empty or not set, the button should not be displayed.