kochetkov-ma / allure-server

Allure Server. Save/ generate / provide allure2 reports in one place
http://allure.iopump.ru
Apache License 2.0
218 stars 65 forks source link

add oauth2 support #81

Closed amanone closed 10 months ago

amanone commented 10 months ago

Description

This PR introduces basic OAuth2 support to the project, enhancing the authentication system to allow users to authenticate using OAuth2 providers such as Google. By default, the security.enable-oauth2 property is set to false, providing flexibility in choosing between OAuth2 and the previous default HTTP_BASIC authentication method.

Changes Made

Testing done