zitadel / zitadel-go

ZITADEL Go - The official client library of ZITADEL for an easy integration into your Go project.
https://zitadel.com
Apache License 2.0
73 stars 29 forks source link

feat(auth): allow setting external secure #389

Closed muhlemmer closed 1 month ago

muhlemmer commented 1 month ago

This change adds the possibility to set an external secure flag to the Authenticator. This allows creating logout URLs with https protocol when the service is behind a reverse proxy.

Closes #285

Definition of Ready

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 0.05%. Comparing base (bfb0be0) to head (53cb67a). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
pkg/authentication/authenticate.go 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #389 +/- ## ===================================== Coverage 0.05% 0.05% ===================================== Files 127 127 Lines 92980 92983 +3 ===================================== Hits 47 47 - Misses 92930 92933 +3 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 3.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: