Skip to content

WIP: Add a QA controller for logging in with GET request

Sanad Liaquat requested to merge qa-shl-27271-get-request-for-login into master

What does this MR do?

Allows faster logging in by just visiting a URL such as:

http://localhost:3000/users/qa_sign_in?username=<username>&password=<password>

Related to: #27271

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Sanad Liaquat

Merge request reports