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: Add UserInfoRequest::set_response_type #146

Merged
merged 1 commit into from
Jan 30, 2024
Merged

feat: Add UserInfoRequest::set_response_type #146

merged 1 commit into from
Jan 30, 2024

Conversation

FabianLars
Copy link
Contributor

closes #145

Does this come close to what you had in mind? I'm not good at writing docs so apologies for the wording in advance.

@ramosbugs ramosbugs merged commit 53a82e6 into ramosbugs:main Jan 30, 2024
5 checks passed
@ramosbugs
Copy link
Owner

this is great, thank you!

@FabianLars FabianLars deleted the feat/userinfo-requesttype branch January 30, 2024 20:34
renovate bot added a commit to smartive/zitadel-rust that referenced this pull request Mar 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [openidconnect](https://togithub.com/ramosbugs/openidconnect-rs) |
dependencies | minor | `3.4.0` -> `3.5.0` |

---

### Release Notes

<details>
<summary>ramosbugs/openidconnect-rs (openidconnect)</summary>

###
[`v3.5.0`](https://togithub.com/ramosbugs/openidconnect-rs/releases/tag/3.5.0)

[Compare
Source](https://togithub.com/ramosbugs/openidconnect-rs/compare/3.4.0...3.5.0)

#### New Features

- Add `UserInfoRequest::set_response_type` by
[@&#8203;FabianLars](https://togithub.com/FabianLars) in
[ramosbugs/openidconnect-rs#146

#### Bug Fixes

- Remove `#[non_exhaustive]` from `LogoutProviderMetadata`
([#&#8203;150](https://togithub.com/ramosbugs/openidconnect-rs/issues/150))
- Include the full discovery url on invalid HTTP response by
[@&#8203;Timshel](https://togithub.com/Timshel) in
[ramosbugs/openidconnect-rs#142

**Full Changelog**:
ramosbugs/openidconnect-rs@3.4.0...3.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/zitadel-rust).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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

Successfully merging this pull request may close these issues.

change UserInfo request's Accept header
2 participants