Skip to content

Fix CORS and add implicit grant

username-removed-3521 requested to merge medokin/gitlab-ce:master into master

What does this MR do?

Adds missing CORS header and enables implicit oauth grant flow.

Why was this MR needed?

Web clients cannot login with oauth or password and are not allowed to use pagination X-Headers.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #19470 (closed), #20628 (closed), #2716 (closed)

Merge request reports