Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(openapi): HTTP Authentication Support for Swagger UI #6665

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

toitzi
Copy link
Contributor

@toitzi toitzi commented Sep 23, 2024

add support for http authentication (for example http basic or bearer tokens)

Closes: #6664

Q A
Branch? main
Tickets #6664
License MIT
Doc PR

@toitzi toitzi changed the title Feature: Add HTTP Authentication Support for Swagger ZU Feature: Add HTTP Authentication Support for Swagger UI Sep 23, 2024
@toitzi toitzi marked this pull request as draft September 23, 2024 11:41
@toitzi toitzi marked this pull request as ready for review September 23, 2024 11:43
@soyuka
Copy link
Member

soyuka commented Oct 9, 2024

this is on my todolist

@soyuka soyuka self-assigned this Oct 9, 2024
@soyuka
Copy link
Member

soyuka commented Oct 25, 2024

I didn't yet merge that because I'd like to add the functionality to symfony as well.

@toitzi
Copy link
Contributor Author

toitzi commented Oct 25, 2024

@soyuka no worries, i just rebased since there were some merge conflicts with another already merged PR i made!

Partially verified

This commit is signed with the committer’s verified signature.
soyuka’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
add support for http authentication (for example http basic or bearer tokens)

Closes: api-platform#6664

Verified

This commit was signed with the committer’s verified signature.
soyuka Antoine Bluchet
@soyuka soyuka changed the title Feature: Add HTTP Authentication Support for Swagger UI feat(openapi): HTTP Authentication Support for Swagger UI (#6665) Dec 13, 2024
@soyuka soyuka changed the title feat(openapi): HTTP Authentication Support for Swagger UI (#6665) feat(openapi): HTTP Authentication Support for Swagger UI Dec 13, 2024
@soyuka soyuka merged commit bd0e929 into api-platform:main Dec 13, 2024
59 checks passed
vinceAmstoutz pushed a commit to vinceAmstoutz/api-platform-core that referenced this pull request Dec 24, 2024

Partially verified

This commit is signed with the committer’s verified signature.
vinceAmstoutz’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
…rm#6665)

* feat(openapi): http authentication support

add support for http authentication (for example http basic or bearer tokens)

Closes: api-platform#6664

* add symfony support

---------

Co-authored-by: soyuka <soyuka@users.noreply.github.com>
jonerickson pushed a commit to jonerickson/core that referenced this pull request Feb 21, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…rm#6665)

* feat(openapi): http authentication support

add support for http authentication (for example http basic or bearer tokens)

Closes: api-platform#6664

* add symfony support

---------

Co-authored-by: soyuka <soyuka@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add Support for HTTP Authentication (HTTP Basic, Bearer)
3 participants