Skip to content

Add OAuth support

Luis Araujo requested to merge wip/araujo/add-auth into master

This commit adds OAuth support to authenticate with the Apertis GitLab credentials using the FlaskDance framework.

This support requires configuring the GitLab instance to recognize the QA Report App and the following variables need to be set in the docker-compose file: FLASH_SECRET_KEY, GITLAB_OAUTH_CLIENT_ID and GITLAB_OAUTH_CLIENT_SECRET.

Signed-off-by: Luis Araujo luis.araujo@collabora.co.uk

Edited by Luis Araujo

Merge request reports